Html Css Color HEX #A20581 Eggplant

📋 copy color: '#A20581'

red 162 ◦ green 5 ◦ blue 129

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

Shades of Eggplant #A20581

Tints of Eggplant #A20581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 54.73%
G = 1.69%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A20581 (or 0xA20581) is known color: Eggplant. HEX triplet: A2, 05 and 81. RGB value is (162,5,129). Sum of RGB (Red+Green+Blue) = 162+5+129=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A20581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20581 is #5DFA7E. Grayscale: #414141. Windows color (decimal): -6158975 or 8455586. OLE color: 8455586.

HSL color Cylindrical-coordinate representation of color #A20581: hue angle of 312.61º 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 #A20581 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 129 -
CMYK 0 0.97 0.20 0.36
HSL 312.61º 0.94% 0.33% -
HSV(B) 312.61º 0.97% 0.64% -
XYZ 18.92 9.37 21.58 -
YUV 66.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 162 5 129 0 0.97 0.20 0.36 312.61 0.94 0.33
Hex A2 5 81 0 61 14 24 139 5E 21
Octal 242 5 201 0 141 24 44 471 136 41
Binary 10100010 101 10000001 0 1100001 10100 100100 100111001 1011110 100001

Color Harmonies of #A20581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20581

Black with #A20581

Text Example


Text Example

White with #A20581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20581; }

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

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

background-color css

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

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

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

border-color css

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

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

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