Html Css Color HEX #A8007E Eggplant

📋 copy color: '#A8007E'

red 168 ◦ green 0 ◦ blue 126

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

Shades of Eggplant #A8007E

Tints of Eggplant #A8007E

RGB

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

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

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8007E (or 0xA8007E) is known color: Eggplant. HEX triplet: A8, 00 and 7E. RGB value is (168,0,126). Sum of RGB (Red+Green+Blue) = 168+0+126=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8007E is #57FF81. Grayscale: #404040. Windows color (decimal): -5767042 or 8257704. OLE color: 8257704.

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

Color convert

RGB 168 0 126 -
CMYK 0 1 0.25 0.34
HSL 315º 1% 0.33% -
HSV(B) 315º 1% 0.66% -
XYZ 19.91 9.83 20.59 -
YUV 64.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 168 0 126 0 1 0.25 0.34 315 1 0.33
Hex A8 0 7E 0 64 19 22 13B 64 21
Octal 250 0 176 0 144 31 42 473 144 41
Binary 10101000 0 1111110 0 1100100 11001 100010 100111011 1100100 100001

Color Harmonies of #A8007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8007E

Black with #A8007E

Text Example


Text Example

White with #A8007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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