Html Css Color HEX #A20F7A Eggplant

📋 copy color: '#A20F7A'

red 162 ◦ green 15 ◦ blue 122

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

Shades of Eggplant #A20F7A

Tints of Eggplant #A20F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 54.18%
G = 5.02%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A20F7A (or 0xA20F7A) is known color: Eggplant. HEX triplet: A2, 0F and 7A. RGB value is (162,15,122). Sum of RGB (Red+Green+Blue) = 162+15+122=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F7A is #5DF085. Grayscale: #464646. Windows color (decimal): -6156422 or 7999394. OLE color: 7999394.

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

Color convert

RGB 162 15 122 -
CMYK 0 0.91 0.25 0.36
HSL 316.33º 0.83% 0.35% -
HSV(B) 316.33º 0.91% 0.64% -
XYZ 18.58 9.43 19.25 -
YUV 71.15 156.7 192.8 -
System Red Green Blue C M Y K H S L
Decimal 162 15 122 0 0.91 0.25 0.36 316.33 0.83 0.35
Hex A2 F 7A 0 5B 19 24 13C 53 23
Octal 242 17 172 0 133 31 44 474 123 43
Binary 10100010 1111 1111010 0 1011011 11001 100100 100111100 1010011 100011

Color Harmonies of #A20F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20F7A

Black with #A20F7A

Text Example


Text Example

White with #A20F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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