Html Css Color HEX #A8007D Eggplant

📋 copy color: '#A8007D'

red 168 ◦ green 0 ◦ blue 125

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

Shades of Eggplant #A8007D

Tints of Eggplant #A8007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 57.34%
G = 0%
B = 42.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8007D (or 0xA8007D) is known color: Eggplant. HEX triplet: A8, 00 and 7D. RGB value is (168,0,125). Sum of RGB (Red+Green+Blue) = 168+0+125=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8007D is #57FF82. Grayscale: #404040. Windows color (decimal): -5767043 or 8192168. OLE color: 8192168.

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

Color convert

RGB 168 0 125 -
CMYK 0 1 0.26 0.34
HSL 315.36º 1% 0.33% -
HSV(B) 315.36º 1% 0.66% -
XYZ 19.85 9.81 20.25 -
YUV 64.48 162.16 201.84 -
System Red Green Blue C M Y K H S L
Decimal 168 0 125 0 1 0.26 0.34 315.36 1 0.33
Hex A8 0 7D 0 64 1A 22 13B 64 21
Octal 250 0 175 0 144 32 42 473 144 41
Binary 10101000 0 1111101 0 1100100 11010 100010 100111011 1100100 100001

Color Harmonies of #A8007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8007D

Black with #A8007D

Text Example


Text Example

White with #A8007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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