Html Css Color HEX #A0017C Eggplant

📋 copy color: '#A0017C'

red 160 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #A0017C

Tints of Eggplant #A0017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 56.14%
G = 0.35%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0017C (or 0xA0017C) is known color: Eggplant. HEX triplet: A0, 01 and 7C. RGB value is (160,1,124). Sum of RGB (Red+Green+Blue) = 160+1+124=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0017C is #5FFE83. Grayscale: #3E3E3E. Windows color (decimal): -6291076 or 8126880. OLE color: 8126880.

HSL color Cylindrical-coordinate representation of color #A0017C: hue angle of 313.58º 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 #A0017C is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 124 -
CMYK 0 0.99 0.22 0.37
HSL 313.58º 0.99% 0.32% -
HSV(B) 313.58º 0.99% 0.63% -
XYZ 18.15 8.95 19.84 -
YUV 62.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 160 1 124 0 0.99 0.22 0.37 313.58 0.99 0.32
Hex A0 1 7C 0 63 16 25 13A 63 20
Octal 240 1 174 0 143 26 45 472 143 40
Binary 10100000 1 1111100 0 1100011 10110 100101 100111010 1100011 100000

Color Harmonies of #A0017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0017C

Black with #A0017C

Text Example


Text Example

White with #A0017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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