Html Css Color HEX #A20363 Eggplant

📋 copy color: '#A20363'

red 162 ◦ green 3 ◦ blue 99

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

Shades of Eggplant #A20363

Tints of Eggplant #A20363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 61.36%
G = 1.14%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A20363 (or 0xA20363) is known color: Eggplant. HEX triplet: A2, 03 and 63. RGB value is (162,3,99). Sum of RGB (Red+Green+Blue) = 162+3+99=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A20363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20363 is #5DFC9C. Grayscale: #3D3D3D. Windows color (decimal): -6159517 or 6488994. OLE color: 6488994.

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

Color convert

RGB 162 3 99 -
CMYK 0 0.98 0.39 0.36
HSL 323.77º 0.96% 0.32% -
HSV(B) 323.77º 0.98% 0.64% -
XYZ 17.18 8.65 12.57 -
YUV 61.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 162 3 99 0 0.98 0.39 0.36 323.77 0.96 0.32
Hex A2 3 63 0 62 27 24 144 60 20
Octal 242 3 143 0 142 47 44 504 140 40
Binary 10100010 11 1100011 0 1100010 100111 100100 101000100 1100000 100000

Color Harmonies of #A20363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20363

Black with #A20363

Text Example


Text Example

White with #A20363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20363; }

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

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

background-color css

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

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

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

border-color css

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

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

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