Html Css Color HEX #A8036B Eggplant

📋 copy color: '#A8036B'

red 168 ◦ green 3 ◦ blue 107

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

Shades of Eggplant #A8036B

Tints of Eggplant #A8036B

RGB

 RED value IS 168 (66.02% from 255) = 60.43%

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 107 (42.19% from 255) = 38.49%

R = 60.43%
G = 1.08%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8036B (or 0xA8036B) is known color: Eggplant. HEX triplet: A8, 03 and 6B. RGB value is (168,3,107). Sum of RGB (Red+Green+Blue) = 168+3+107=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8036B is #57FC94. Grayscale: #3F3F3F. Windows color (decimal): -5766293 or 7013288. OLE color: 7013288.

HSL color Cylindrical-coordinate representation of color #A8036B: hue angle of 322.18º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8036B is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 3 107 -
CMYK 0 0.98 0.36 0.34
HSL 322.18º 0.96% 0.34% -
HSV(B) 322.18º 0.98% 0.66% -
XYZ 18.83 9.45 14.74 -
YUV 64.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 168 3 107 0 0.98 0.36 0.34 322.18 0.96 0.34
Hex A8 3 6B 0 62 24 22 142 60 22
Octal 250 3 153 0 142 44 42 502 140 42
Binary 10101000 11 1101011 0 1100010 100100 100010 101000010 1100000 100010

Color Harmonies of #A8036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8036B

Black with #A8036B

Text Example


Text Example

White with #A8036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8036B; }

 p { color: rgb(168,3,107); }

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

background-color css

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

 a { background-color: rgb(168,3,107); }

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

border-color css

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

 span { border-color: rgb(168,3,107); }

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