Html Css Color HEX #A0087D Eggplant

📋 copy color: '#A0087D'

red 160 ◦ green 8 ◦ blue 125

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

Shades of Eggplant #A0087D

Tints of Eggplant #A0087D

RGB

 RED value IS 160 (62.89% from 255) = 54.61%

 GREEN value IS 8 (3.52% from 255) = 2.73%

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

R = 54.61%
G = 2.73%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0087D (or 0xA0087D) is known color: Eggplant. HEX triplet: A0, 08 and 7D. RGB value is (160,8,125). Sum of RGB (Red+Green+Blue) = 160+8+125=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0087D is #5FF782. Grayscale: #424242. Windows color (decimal): -6289283 or 8194208. OLE color: 8194208.

HSL color Cylindrical-coordinate representation of color #A0087D: hue angle of 313.82º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0087D is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 125 -
CMYK 0 0.95 0.22 0.37
HSL 313.82º 0.9% 0.33% -
HSV(B) 313.82º 0.95% 0.63% -
XYZ 18.29 9.13 20.2 -
YUV 66.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 160 8 125 0 0.95 0.22 0.37 313.82 0.9 0.33
Hex A0 8 7D 0 5F 16 25 13A 5A 21
Octal 240 10 175 0 137 26 45 472 132 41
Binary 10100000 1000 1111101 0 1011111 10110 100101 100111010 1011010 100001

Color Harmonies of #A0087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0087D

Black with #A0087D

Text Example


Text Example

White with #A0087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0087D; }

 p { color: rgb(160,8,125); }

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

background-color css

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

 a { background-color: rgb(160,8,125); }

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

border-color css

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

 span { border-color: rgb(160,8,125); }

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