Html Css Color HEX #A20B7D Eggplant

📋 copy color: '#A20B7D'

red 162 ◦ green 11 ◦ blue 125

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

Shades of Eggplant #A20B7D

Tints of Eggplant #A20B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.69%

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 54.36%
G = 3.69%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A20B7D (or 0xA20B7D) is known color: Eggplant. HEX triplet: A2, 0B and 7D. RGB value is (162,11,125). Sum of RGB (Red+Green+Blue) = 162+11+125=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B7D is #5DF482. Grayscale: #444444. Windows color (decimal): -6157443 or 8194978. OLE color: 8194978.

HSL color Cylindrical-coordinate representation of color #A20B7D: hue angle of 314.7º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B7D is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 11 125 -
CMYK 0 0.93 0.23 0.36
HSL 314.7º 0.87% 0.34% -
HSV(B) 314.7º 0.93% 0.64% -
XYZ 18.72 9.4 20.23 -
YUV 69.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 162 11 125 0 0.93 0.23 0.36 314.7 0.87 0.34
Hex A2 B 7D 0 5D 17 24 13B 57 22
Octal 242 13 175 0 135 27 44 473 127 42
Binary 10100010 1011 1111101 0 1011101 10111 100100 100111011 1010111 100010

Color Harmonies of #A20B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20B7D

Black with #A20B7D

Text Example


Text Example

White with #A20B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20B7D; }

 p { color: rgb(162,11,125); }

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

background-color css

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

 a { background-color: rgb(162,11,125); }

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

border-color css

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

 span { border-color: rgb(162,11,125); }

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