Html Css Color HEX #A2016D Eggplant

📋 copy color: '#A2016D'

red 162 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #A2016D

Tints of Eggplant #A2016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 109 (42.97% from 255) = 40.07%

R = 59.56%
G = 0.37%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2016D (or 0xA2016D) is known color: Eggplant. HEX triplet: A2, 01 and 6D. RGB value is (162,1,109). Sum of RGB (Red+Green+Blue) = 162+1+109=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2016D is #5DFE92. Grayscale: #3D3D3D. Windows color (decimal): -6160019 or 7143842. OLE color: 7143842.

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

Color convert

RGB 162 1 109 -
CMYK 0 0.99 0.33 0.36
HSL 319.75º 0.99% 0.32% -
HSV(B) 319.75º 0.99% 0.64% -
XYZ 17.67 8.81 15.24 -
YUV 61.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 162 1 109 0 0.99 0.33 0.36 319.75 0.99 0.32
Hex A2 1 6D 0 63 21 24 140 63 20
Octal 242 1 155 0 143 41 44 500 143 40
Binary 10100010 1 1101101 0 1100011 100001 100100 101000000 1100011 100000

Color Harmonies of #A2016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2016D

Black with #A2016D

Text Example


Text Example

White with #A2016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2016D; }

 p { color: rgb(162,1,109); }

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

background-color css

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

 a { background-color: rgb(162,1,109); }

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

border-color css

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

 span { border-color: rgb(162,1,109); }

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