Html Css Color HEX #A20B6C Eggplant

📋 copy color: '#A20B6C'

red 162 ◦ green 11 ◦ blue 108

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

Shades of Eggplant #A20B6C

Tints of Eggplant #A20B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 57.65%
G = 3.91%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A20B6C (or 0xA20B6C) is known color: Eggplant. HEX triplet: A2, 0B and 6C. RGB value is (162,11,108). Sum of RGB (Red+Green+Blue) = 162+11+108=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B6C is #5DF493. Grayscale: #424242. Windows color (decimal): -6157460 or 7080866. OLE color: 7080866.

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

Color convert

RGB 162 11 108 -
CMYK 0 0.93 0.33 0.36
HSL 321.46º 0.87% 0.34% -
HSV(B) 321.46º 0.93% 0.64% -
XYZ 17.73 9 14.99 -
YUV 67.21 151.03 195.61 -
System Red Green Blue C M Y K H S L
Decimal 162 11 108 0 0.93 0.33 0.36 321.46 0.87 0.34
Hex A2 B 6C 0 5D 21 24 141 57 22
Octal 242 13 154 0 135 41 44 501 127 42
Binary 10100010 1011 1101100 0 1011101 100001 100100 101000001 1010111 100010

Color Harmonies of #A20B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20B6C

Black with #A20B6C

Text Example


Text Example

White with #A20B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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