Html Css Color HEX #A20F7C Eggplant

📋 copy color: '#A20F7C'

red 162 ◦ green 15 ◦ blue 124

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

Shades of Eggplant #A20F7C

Tints of Eggplant #A20F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 53.82%
G = 4.98%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A20F7C (or 0xA20F7C) is known color: Eggplant. HEX triplet: A2, 0F and 7C. RGB value is (162,15,124). Sum of RGB (Red+Green+Blue) = 162+15+124=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F7C is #5DF083. Grayscale: #474747. Windows color (decimal): -6156420 or 8130466. OLE color: 8130466.

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

Color convert

RGB 162 15 124 -
CMYK 0 0.91 0.23 0.36
HSL 315.51º 0.83% 0.35% -
HSV(B) 315.51º 0.91% 0.64% -
XYZ 18.71 9.48 19.91 -
YUV 71.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 162 15 124 0 0.91 0.23 0.36 315.51 0.83 0.35
Hex A2 F 7C 0 5B 17 24 13C 53 23
Octal 242 17 174 0 133 27 44 474 123 43
Binary 10100010 1111 1111100 0 1011011 10111 100100 100111100 1010011 100011

Color Harmonies of #A20F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20F7C

Black with #A20F7C

Text Example


Text Example

White with #A20F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20F7C; }

 p { color: rgb(162,15,124); }

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

background-color css

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

 a { background-color: rgb(162,15,124); }

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

border-color css

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

 span { border-color: rgb(162,15,124); }

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