Html Css Color HEX #A6007E Eggplant

📋 copy color: '#A6007E'

red 166 ◦ green 0 ◦ blue 126

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

Shades of Eggplant #A6007E

Tints of Eggplant #A6007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.15%

R = 56.85%
G = 0%
B = 43.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6007E (or 0xA6007E) is known color: Eggplant. HEX triplet: A6, 00 and 7E. RGB value is (166,0,126). Sum of RGB (Red+Green+Blue) = 166+0+126=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6007E is #59FF81. Grayscale: #3F3F3F. Windows color (decimal): -5898114 or 8257702. OLE color: 8257702.

HSL color Cylindrical-coordinate representation of color #A6007E: hue angle of 314.46º 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 #A6007E is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 126 -
CMYK 0 1 0.24 0.35
HSL 314.46º 1% 0.33% -
HSV(B) 314.46º 1% 0.65% -
XYZ 19.49 9.61 20.57 -
YUV 64 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 166 0 126 0 1 0.24 0.35 314.46 1 0.33
Hex A6 0 7E 0 64 18 23 13A 64 21
Octal 246 0 176 0 144 30 43 472 144 41
Binary 10100110 0 1111110 0 1100100 11000 100011 100111010 1100100 100001

Color Harmonies of #A6007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6007E

Black with #A6007E

Text Example


Text Example

White with #A6007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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