Html Css Color HEX #A2017A Eggplant

📋 copy color: '#A2017A'

red 162 ◦ green 1 ◦ blue 122

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

Shades of Eggplant #A2017A

Tints of Eggplant #A2017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 56.84%
G = 0.35%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2017A (or 0xA2017A) is known color: Eggplant. HEX triplet: A2, 01 and 7A. RGB value is (162,1,122). Sum of RGB (Red+Green+Blue) = 162+1+122=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A2017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2017A is #5DFE85. Grayscale: #3E3E3E. Windows color (decimal): -6160006 or 7995810. OLE color: 7995810.

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

Color convert

RGB 162 1 122 -
CMYK 0 0.99 0.25 0.36
HSL 314.91º 0.99% 0.32% -
HSV(B) 314.91º 0.99% 0.64% -
XYZ 18.42 9.11 19.2 -
YUV 62.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 162 1 122 0 0.99 0.25 0.36 314.91 0.99 0.32
Hex A2 1 7A 0 63 19 24 13B 63 20
Octal 242 1 172 0 143 31 44 473 143 40
Binary 10100010 1 1111010 0 1100011 11001 100100 100111011 1100011 100000

Color Harmonies of #A2017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2017A

Black with #A2017A

Text Example


Text Example

White with #A2017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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