Html Css Color HEX #A1017F Eggplant

📋 copy color: '#A1017F'

red 161 ◦ green 1 ◦ blue 127

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

Shades of Eggplant #A1017F

Tints of Eggplant #A1017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.94%

R = 55.71%
G = 0.35%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1017F (or 0xA1017F) is known color: Eggplant. HEX triplet: A1, 01 and 7F. RGB value is (161,1,127). Sum of RGB (Red+Green+Blue) = 161+1+127=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1017F is #5EFE80. Grayscale: #3E3E3E. Windows color (decimal): -6225537 or 8323489. OLE color: 8323489.

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

Color convert

RGB 161 1 127 -
CMYK 0 0.99 0.21 0.37
HSL 312.75º 0.99% 0.32% -
HSV(B) 312.75º 0.99% 0.63% -
XYZ 18.54 9.13 20.86 -
YUV 63.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 161 1 127 0 0.99 0.21 0.37 312.75 0.99 0.32
Hex A1 1 7F 0 63 15 25 139 63 20
Octal 241 1 177 0 143 25 45 471 143 40
Binary 10100001 1 1111111 0 1100011 10101 100101 100111001 1100011 100000

Color Harmonies of #A1017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1017F

Black with #A1017F

Text Example


Text Example

White with #A1017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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