Html Css Color HEX #A20265 Eggplant

📋 copy color: '#A20265'

red 162 ◦ green 2 ◦ blue 101

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

Shades of Eggplant #A20265

Tints of Eggplant #A20265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 61.13%
G = 0.75%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A20265 (or 0xA20265) is known color: Eggplant. HEX triplet: A2, 02 and 65. RGB value is (162,2,101). Sum of RGB (Red+Green+Blue) = 162+2+101=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A20265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20265 is #5DFD9A. Grayscale: #3C3C3C. Windows color (decimal): -6159771 or 6619810. OLE color: 6619810.

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

Color convert

RGB 162 2 101 -
CMYK 0 0.99 0.38 0.36
HSL 322.88º 0.98% 0.32% -
HSV(B) 322.88º 0.99% 0.64% -
XYZ 17.27 8.66 13.07 -
YUV 61.13 150.51 199.95 -
System Red Green Blue C M Y K H S L
Decimal 162 2 101 0 0.99 0.38 0.36 322.88 0.98 0.32
Hex A2 2 65 0 63 26 24 143 62 20
Octal 242 2 145 0 143 46 44 503 142 40
Binary 10100010 10 1100101 0 1100011 100110 100100 101000011 1100010 100000

Color Harmonies of #A20265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20265

Black with #A20265

Text Example


Text Example

White with #A20265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20265; }

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

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

background-color css

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

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

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

border-color css

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

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

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