Html Css Color HEX #A0036C Eggplant

📋 copy color: '#A0036C'

red 160 ◦ green 3 ◦ blue 108

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

Shades of Eggplant #A0036C

Tints of Eggplant #A0036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 59.04%
G = 1.11%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0036C (or 0xA0036C) is known color: Eggplant. HEX triplet: A0, 03 and 6C. RGB value is (160,3,108). Sum of RGB (Red+Green+Blue) = 160+3+108=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0036C is #5FFC93. Grayscale: #3D3D3D. Windows color (decimal): -6290580 or 7078816. OLE color: 7078816.

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

Color convert

RGB 160 3 108 -
CMYK 0 0.98 0.32 0.37
HSL 319.87º 0.96% 0.32% -
HSV(B) 319.87º 0.98% 0.63% -
XYZ 17.24 8.62 14.94 -
YUV 61.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 160 3 108 0 0.98 0.32 0.37 319.87 0.96 0.32
Hex A0 3 6C 0 62 20 25 140 60 20
Octal 240 3 154 0 142 40 45 500 140 40
Binary 10100000 11 1101100 0 1100010 100000 100101 101000000 1100000 100000

Color Harmonies of #A0036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0036C

Black with #A0036C

Text Example


Text Example

White with #A0036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0036C; }

 p { color: rgb(160,3,108); }

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

background-color css

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

 a { background-color: rgb(160,3,108); }

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

border-color css

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

 span { border-color: rgb(160,3,108); }

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