Html Css Color HEX #A20E7B Eggplant

📋 copy color: '#A20E7B'

red 162 ◦ green 14 ◦ blue 123

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

Shades of Eggplant #A20E7B

Tints of Eggplant #A20E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.68%

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

R = 54.18%
G = 4.68%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A20E7B (or 0xA20E7B) is known color: Eggplant. HEX triplet: A2, 0E and 7B. RGB value is (162,14,123). Sum of RGB (Red+Green+Blue) = 162+14+123=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E7B is #5DF184. Grayscale: #464646. Windows color (decimal): -6156677 or 8064674. OLE color: 8064674.

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

Color convert

RGB 162 14 123 -
CMYK 0 0.91 0.24 0.36
HSL 315.81º 0.84% 0.35% -
HSV(B) 315.81º 0.91% 0.64% -
XYZ 18.63 9.43 19.58 -
YUV 70.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 162 14 123 0 0.91 0.24 0.36 315.81 0.84 0.35
Hex A2 E 7B 0 5B 18 24 13C 54 23
Octal 242 16 173 0 133 30 44 474 124 43
Binary 10100010 1110 1111011 0 1011011 11000 100100 100111100 1010100 100011

Color Harmonies of #A20E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E7B

Black with #A20E7B

Text Example


Text Example

White with #A20E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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