Html Css Color HEX #A6006B Eggplant

📋 copy color: '#A6006B'

red 166 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #A6006B

Tints of Eggplant #A6006B

RGB

 RED value IS 166 (65.23% from 255) = 60.81%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.81%
G = 0%
B = 39.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6006B (or 0xA6006B) is known color: Eggplant. HEX triplet: A6, 00 and 6B. RGB value is (166,0,107). Sum of RGB (Red+Green+Blue) = 166+0+107=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A6006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6006B is #59FF94. Grayscale: #3D3D3D. Windows color (decimal): -5898133 or 7012518. OLE color: 7012518.

HSL color Cylindrical-coordinate representation of color #A6006B: hue angle of 321.33º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6006B is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 107 -
CMYK 0 1 0.36 0.35
HSL 321.33º 1% 0.33% -
HSV(B) 321.33º 1% 0.65% -
XYZ 18.38 9.17 14.71 -
YUV 61.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 166 0 107 0 1 0.36 0.35 321.33 1 0.33
Hex A6 0 6B 0 64 24 23 141 64 21
Octal 246 0 153 0 144 44 43 501 144 41
Binary 10100110 0 1101011 0 1100100 100100 100011 101000001 1100100 100001

Color Harmonies of #A6006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6006B

Black with #A6006B

Text Example


Text Example

White with #A6006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6006B; }

 p { color: rgb(166,0,107); }

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

background-color css

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

 a { background-color: rgb(166,0,107); }

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

border-color css

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

 span { border-color: rgb(166,0,107); }

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