Html Css Color HEX #A6007F Eggplant

📋 copy color: '#A6007F'

red 166 ◦ green 0 ◦ blue 127

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

Shades of Eggplant #A6007F

Tints of Eggplant #A6007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.34%

R = 56.66%
G = 0%
B = 43.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6007F (or 0xA6007F) is known color: Eggplant. HEX triplet: A6, 00 and 7F. RGB value is (166,0,127). Sum of RGB (Red+Green+Blue) = 166+0+127=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6007F is #59FF80. Grayscale: #3F3F3F. Windows color (decimal): -5898113 or 8323238. OLE color: 8323238.

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

Color convert

RGB 166 0 127 -
CMYK 0 1 0.23 0.35
HSL 314.1º 1% 0.33% -
HSV(B) 314.1º 1% 0.65% -
XYZ 19.56 9.64 20.91 -
YUV 64.11 163.5 200.67 -
System Red Green Blue C M Y K H S L
Decimal 166 0 127 0 1 0.23 0.35 314.1 1 0.33
Hex A6 0 7F 0 64 17 23 13A 64 21
Octal 246 0 177 0 144 27 43 472 144 41
Binary 10100110 0 1111111 0 1100100 10111 100011 100111010 1100100 100001

Color Harmonies of #A6007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6007F

Black with #A6007F

Text Example


Text Example

White with #A6007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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