Html Css Color HEX #A2017E Eggplant

📋 copy color: '#A2017E'

red 162 ◦ green 1 ◦ blue 126

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

Shades of Eggplant #A2017E

Tints of Eggplant #A2017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 56.06%
G = 0.35%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2017E (or 0xA2017E) is known color: Eggplant. HEX triplet: A2, 01 and 7E. RGB value is (162,1,126). Sum of RGB (Red+Green+Blue) = 162+1+126=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2017E is #5DFE81. Grayscale: #3F3F3F. Windows color (decimal): -6160002 or 8257954. OLE color: 8257954.

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

Color convert

RGB 162 1 126 -
CMYK 0 0.99 0.22 0.36
HSL 313.42º 0.99% 0.32% -
HSV(B) 313.42º 0.99% 0.64% -
XYZ 18.68 9.21 20.53 -
YUV 63.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 162 1 126 0 0.99 0.22 0.36 313.42 0.99 0.32
Hex A2 1 7E 0 63 16 24 139 63 20
Octal 242 1 176 0 143 26 44 471 143 40
Binary 10100010 1 1111110 0 1100011 10110 100100 100111001 1100011 100000

Color Harmonies of #A2017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2017E

Black with #A2017E

Text Example


Text Example

White with #A2017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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