Html Css Color HEX #A0016F Eggplant

📋 copy color: '#A0016F'

red 160 ◦ green 1 ◦ blue 111

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

Shades of Eggplant #A0016F

Tints of Eggplant #A0016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 58.82%
G = 0.37%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0016F (or 0xA0016F) is known color: Eggplant. HEX triplet: A0, 01 and 6F. RGB value is (160,1,111). Sum of RGB (Red+Green+Blue) = 160+1+111=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0016F is #5FFE90. Grayscale: #3C3C3C. Windows color (decimal): -6291089 or 7274912. OLE color: 7274912.

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

Color convert

RGB 160 1 111 -
CMYK 0 0.99 0.31 0.37
HSL 318.49º 0.99% 0.32% -
HSV(B) 318.49º 0.99% 0.63% -
XYZ 17.38 8.64 15.79 -
YUV 61.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 160 1 111 0 0.99 0.31 0.37 318.49 0.99 0.32
Hex A0 1 6F 0 63 1F 25 13E 63 20
Octal 240 1 157 0 143 37 45 476 143 40
Binary 10100000 1 1101111 0 1100011 11111 100101 100111110 1100011 100000

Color Harmonies of #A0016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0016F

Black with #A0016F

Text Example


Text Example

White with #A0016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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