Html Css Color HEX #A20263 Eggplant

📋 copy color: '#A20263'

red 162 ◦ green 2 ◦ blue 99

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

Shades of Eggplant #A20263

Tints of Eggplant #A20263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 99 (39.06% from 255) = 37.64%

R = 61.6%
G = 0.76%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A20263 (or 0xA20263) is known color: Eggplant. HEX triplet: A2, 02 and 63. RGB value is (162,2,99). Sum of RGB (Red+Green+Blue) = 162+2+99=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A20263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20263 is #5DFD9C. Grayscale: #3C3C3C. Windows color (decimal): -6159773 or 6488738. OLE color: 6488738.

HSL color Cylindrical-coordinate representation of color #A20263: hue angle of 323.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20263 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 99 -
CMYK 0 0.99 0.39 0.36
HSL 323.63º 0.98% 0.32% -
HSV(B) 323.63º 0.99% 0.64% -
XYZ 17.17 8.63 12.56 -
YUV 60.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 162 2 99 0 0.99 0.39 0.36 323.63 0.98 0.32
Hex A2 2 63 0 63 27 24 144 62 20
Octal 242 2 143 0 143 47 44 504 142 40
Binary 10100010 10 1100011 0 1100011 100111 100100 101000100 1100010 100000

Color Harmonies of #A20263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20263

Black with #A20263

Text Example


Text Example

White with #A20263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20263; }

 p { color: rgb(162,2,99); }

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

background-color css

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

 a { background-color: rgb(162,2,99); }

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

border-color css

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

 span { border-color: rgb(162,2,99); }

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