Html Css Color HEX #A1017A Eggplant

📋 copy color: '#A1017A'

red 161 ◦ green 1 ◦ blue 122

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

Shades of Eggplant #A1017A

Tints of Eggplant #A1017A

RGB

 RED value IS 161 (63.28% from 255) = 56.69%

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

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

R = 56.69%
G = 0.35%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1017A (or 0xA1017A) is known color: Eggplant. HEX triplet: A1, 01 and 7A. RGB value is (161,1,122). Sum of RGB (Red+Green+Blue) = 161+1+122=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A1017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1017A is #5EFE85. Grayscale: #3E3E3E. Windows color (decimal): -6225542 or 7995809. OLE color: 7995809.

HSL color Cylindrical-coordinate representation of color #A1017A: hue angle of 314.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1017A is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 1 122 -
CMYK 0 0.99 0.24 0.37
HSL 314.63º 0.99% 0.32% -
HSV(B) 314.63º 0.99% 0.63% -
XYZ 18.22 9 19.19 -
YUV 62.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 161 1 122 0 0.99 0.24 0.37 314.63 0.99 0.32
Hex A1 1 7A 0 63 18 25 13B 63 20
Octal 241 1 172 0 143 30 45 473 143 40
Binary 10100001 1 1111010 0 1100011 11000 100101 100111011 1100011 100000

Color Harmonies of #A1017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1017A

Black with #A1017A

Text Example


Text Example

White with #A1017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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