Html Css Color HEX #A20C7B Eggplant

📋 copy color: '#A20C7B'

red 162 ◦ green 12 ◦ blue 123

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

Shades of Eggplant #A20C7B

Tints of Eggplant #A20C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 54.55%
G = 4.04%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A20C7B (or 0xA20C7B) is known color: Eggplant. HEX triplet: A2, 0C and 7B. RGB value is (162,12,123). Sum of RGB (Red+Green+Blue) = 162+12+123=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C7B is #5DF384. Grayscale: #454545. Windows color (decimal): -6157189 or 8064162. OLE color: 8064162.

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

Color convert

RGB 162 12 123 -
CMYK 0 0.93 0.24 0.36
HSL 315.6º 0.86% 0.34% -
HSV(B) 315.6º 0.93% 0.64% -
XYZ 18.61 9.37 19.57 -
YUV 69.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 162 12 123 0 0.93 0.24 0.36 315.6 0.86 0.34
Hex A2 C 7B 0 5D 18 24 13C 56 22
Octal 242 14 173 0 135 30 44 474 126 42
Binary 10100010 1100 1111011 0 1011101 11000 100100 100111100 1010110 100010

Color Harmonies of #A20C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C7B

Black with #A20C7B

Text Example


Text Example

White with #A20C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C7B; }

 p { color: rgb(162,12,123); }

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

background-color css

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

 a { background-color: rgb(162,12,123); }

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

border-color css

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

 span { border-color: rgb(162,12,123); }

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