Html Css Color HEX #A3688C Strikemaster

📋 copy color: '#A3688C'

red 163 ◦ green 104 ◦ blue 140

#A3688C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #A3688C

Tints of Strikemaster #A3688C

RGB

 RED value IS 163 (64.06% from 255) = 40.05%

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 40.05%
G = 25.55%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A3688C (or 0xA3688C) is known color: Strikemaster. HEX triplet: A3, 68 and 8C. RGB value is (163,104,140). Sum of RGB (Red+Green+Blue) = 163+104+140=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3688C is #5C9773. Grayscale: #7D7D7D. Windows color (decimal): -6068084 or 9201827. OLE color: 9201827.

HSL color Cylindrical-coordinate representation of color #A3688C: hue angle of 323.39º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3688C is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 104 140 -
CMYK 0 0.36 0.14 0.36
HSL 323.39º 0.24% 0.52% -
HSV(B) 323.39º 0.36% 0.64% -
XYZ 24.79 19.58 27.28 -
YUV 125.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 163 104 140 0 0.36 0.14 0.36 323.39 0.24 0.52
Hex A3 68 8C 0 24 E 24 143 18 34
Octal 243 150 214 0 44 16 44 503 30 64
Binary 10100011 1101000 10001100 0 100100 1110 100100 101000011 11000 110100

Color Harmonies of #A3688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3688C

Black with #A3688C

Text Example


Text Example

White with #A3688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3688C; }

 p { color: rgb(163,104,140); }

 H1.HeaderClassName
 {
   color: #A3688C;
 }
 .AnyTagClassName
 {
   color: #A3688C;
 }
</style>

background-color css

<style>
 a { background-color: #A3688C; }

 a { background-color: rgb(163,104,140); }

 div.DivClassName
 {
   background-color: #A3688C;
 }
 .BgClassName
 {
   background-color: #A3688C;
 }
</style>

border-color css

<style>
 span { border-color: #A3688C; }

 span { border-color: rgb(163,104,140); }

 td.TdClassName
 {
   border-color: #A3688C;
 }
 .TagClassName
 {
   border-color: #A3688C;
 }
</style>