Html Css Color HEX #A20565 Eggplant

📋 copy color: '#A20565'

red 162 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #A20565

Tints of Eggplant #A20565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 60.45%
G = 1.87%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A20565 (or 0xA20565) is known color: Eggplant. HEX triplet: A2, 05 and 65. RGB value is (162,5,101). Sum of RGB (Red+Green+Blue) = 162+5+101=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20565 is #5DFA9A. Grayscale: #3E3E3E. Windows color (decimal): -6159003 or 6620578. OLE color: 6620578.

HSL color Cylindrical-coordinate representation of color #A20565: hue angle of 323.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20565 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 101 -
CMYK 0 0.97 0.38 0.36
HSL 323.31º 0.94% 0.33% -
HSV(B) 323.31º 0.97% 0.64% -
XYZ 17.3 8.73 13.08 -
YUV 62.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 162 5 101 0 0.97 0.38 0.36 323.31 0.94 0.33
Hex A2 5 65 0 61 26 24 143 5E 21
Octal 242 5 145 0 141 46 44 503 136 41
Binary 10100010 101 1100101 0 1100001 100110 100100 101000011 1011110 100001

Color Harmonies of #A20565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20565

Black with #A20565

Text Example


Text Example

White with #A20565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20565; }

 p { color: rgb(162,5,101); }

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

background-color css

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

 a { background-color: rgb(162,5,101); }

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

border-color css

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

 span { border-color: rgb(162,5,101); }

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