Html Css Color HEX #A20073 Eggplant

📋 copy color: '#A20073'

red 162 ◦ green 0 ◦ blue 115

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

Shades of Eggplant #A20073

Tints of Eggplant #A20073

RGB

 RED value IS 162 (63.67% from 255) = 58.48%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 58.48%
G = 0%
B = 41.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A20073 (or 0xA20073) is known color: Eggplant. HEX triplet: A2, 00 and 73. RGB value is (162,0,115). Sum of RGB (Red+Green+Blue) = 162+0+115=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A20073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20073 is #5DFF8C. Grayscale: #3D3D3D. Windows color (decimal): -6160269 or 7536802. OLE color: 7536802.

HSL color Cylindrical-coordinate representation of color #A20073: hue angle of 317.41º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20073 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 115 -
CMYK 0 1 0.29 0.36
HSL 317.41º 1% 0.32% -
HSV(B) 317.41º 1% 0.64% -
XYZ 17.99 8.92 16.99 -
YUV 61.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 162 0 115 0 1 0.29 0.36 317.41 1 0.32
Hex A2 0 73 0 64 1D 24 13D 64 20
Octal 242 0 163 0 144 35 44 475 144 40
Binary 10100010 0 1110011 0 1100100 11101 100100 100111101 1100100 100000

Color Harmonies of #A20073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20073

Black with #A20073

Text Example


Text Example

White with #A20073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20073; }

 p { color: rgb(162,0,115); }

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

background-color css

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

 a { background-color: rgb(162,0,115); }

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

border-color css

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

 span { border-color: rgb(162,0,115); }

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