Html Css Color HEX #A0016E Eggplant

📋 copy color: '#A0016E'

red 160 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #A0016E

Tints of Eggplant #A0016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.59%

R = 59.04%
G = 0.37%
B = 40.59%

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

#A0016E (or 0xA0016E) is known color: Eggplant. HEX triplet: A0, 01 and 6E. RGB value is (160,1,110). Sum of RGB (Red+Green+Blue) = 160+1+110=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0016E is #5FFE91. Grayscale: #3C3C3C. Windows color (decimal): -6291090 or 7209376. OLE color: 7209376.

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

Color convert

RGB 160 1 110 -
CMYK 0 0.99 0.31 0.37
HSL 318.87º 0.99% 0.32% -
HSV(B) 318.87º 0.99% 0.63% -
XYZ 17.32 8.62 15.5 -
YUV 60.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 160 1 110 0 0.99 0.31 0.37 318.87 0.99 0.32
Hex A0 1 6E 0 63 1F 25 13F 63 20
Octal 240 1 156 0 143 37 45 477 143 40
Binary 10100000 1 1101110 0 1100011 11111 100101 100111111 1100011 100000

Color Harmonies of #A0016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0016E

Black with #A0016E

Text Example


Text Example

White with #A0016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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