Html Css Color HEX #A8007F Eggplant

📋 copy color: '#A8007F'

red 168 ◦ green 0 ◦ blue 127

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

Shades of Eggplant #A8007F

Tints of Eggplant #A8007F

RGB

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

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

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

R = 56.95%
G = 0%
B = 43.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8007F (or 0xA8007F) is known color: Eggplant. HEX triplet: A8, 00 and 7F. RGB value is (168,0,127). Sum of RGB (Red+Green+Blue) = 168+0+127=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8007F is #57FF80. Grayscale: #404040. Windows color (decimal): -5767041 or 8323240. OLE color: 8323240.

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

Color convert

RGB 168 0 127 -
CMYK 0 1 0.24 0.34
HSL 314.64º 1% 0.33% -
HSV(B) 314.64º 1% 0.66% -
XYZ 19.98 9.86 20.93 -
YUV 64.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 168 0 127 0 1 0.24 0.34 314.64 1 0.33
Hex A8 0 7F 0 64 18 22 13B 64 21
Octal 250 0 177 0 144 30 42 473 144 41
Binary 10101000 0 1111111 0 1100100 11000 100010 100111011 1100100 100001

Color Harmonies of #A8007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8007F

Black with #A8007F

Text Example


Text Example

White with #A8007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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