Html Css Color HEX #A20781 Eggplant

📋 copy color: '#A20781'

red 162 ◦ green 7 ◦ blue 129

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

Shades of Eggplant #A20781

Tints of Eggplant #A20781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

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

R = 54.36%
G = 2.35%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A20781 (or 0xA20781) is known color: Eggplant. HEX triplet: A2, 07 and 81. RGB value is (162,7,129). Sum of RGB (Red+Green+Blue) = 162+7+129=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A20781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20781 is #5DF87E. Grayscale: #424242. Windows color (decimal): -6158463 or 8456098. OLE color: 8456098.

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

Color convert

RGB 162 7 129 -
CMYK 0 0.96 0.20 0.36
HSL 312.77º 0.92% 0.33% -
HSV(B) 312.77º 0.96% 0.64% -
XYZ 18.94 9.42 21.59 -
YUV 67.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 162 7 129 0 0.96 0.20 0.36 312.77 0.92 0.33
Hex A2 7 81 0 60 14 24 139 5C 21
Octal 242 7 201 0 140 24 44 471 134 41
Binary 10100010 111 10000001 0 1100000 10100 100100 100111001 1011100 100001

Color Harmonies of #A20781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20781

Black with #A20781

Text Example


Text Example

White with #A20781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20781; }

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

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

background-color css

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

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

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

border-color css

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

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

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