Html Css Color HEX #A00170 Eggplant

📋 copy color: '#A00170'

red 160 ◦ green 1 ◦ blue 112

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

Shades of Eggplant #A00170

Tints of Eggplant #A00170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 58.61%
G = 0.37%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A00170 (or 0xA00170) is known color: Eggplant. HEX triplet: A0, 01 and 70. RGB value is (160,1,112). Sum of RGB (Red+Green+Blue) = 160+1+112=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A00170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00170 is #5FFE8F. Grayscale: #3C3C3C. Windows color (decimal): -6291088 or 7340448. OLE color: 7340448.

HSL color Cylindrical-coordinate representation of color #A00170: hue angle of 318.11º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00170 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 112 -
CMYK 0 0.99 0.30 0.37
HSL 318.11º 0.99% 0.32% -
HSV(B) 318.11º 0.99% 0.63% -
XYZ 17.43 8.67 16.08 -
YUV 61.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 160 1 112 0 0.99 0.30 0.37 318.11 0.99 0.32
Hex A0 1 70 0 63 1E 25 13E 63 20
Octal 240 1 160 0 143 36 45 476 143 40
Binary 10100000 1 1110000 0 1100011 11110 100101 100111110 1100011 100000

Color Harmonies of #A00170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00170

Black with #A00170

Text Example


Text Example

White with #A00170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00170; }

 p { color: rgb(160,1,112); }

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

background-color css

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

 a { background-color: rgb(160,1,112); }

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

border-color css

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

 span { border-color: rgb(160,1,112); }

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