Html Css Color HEX #A1007F Eggplant

📋 copy color: '#A1007F'

red 161 ◦ green 0 ◦ blue 127

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

Shades of Eggplant #A1007F

Tints of Eggplant #A1007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.9%
G = 0%
B = 44.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1007F (or 0xA1007F) is known color: Eggplant. HEX triplet: A1, 00 and 7F. RGB value is (161,0,127). Sum of RGB (Red+Green+Blue) = 161+0+127=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1007F is #5EFF80. Grayscale: #3E3E3E. Windows color (decimal): -6225793 or 8323233. OLE color: 8323233.

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

Color convert

RGB 161 0 127 -
CMYK 0 1 0.21 0.37
HSL 312.67º 1% 0.32% -
HSV(B) 312.67º 1% 0.63% -
XYZ 18.53 9.11 20.86 -
YUV 62.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 161 0 127 0 1 0.21 0.37 312.67 1 0.32
Hex A1 0 7F 0 64 15 25 139 64 20
Octal 241 0 177 0 144 25 45 471 144 40
Binary 10100001 0 1111111 0 1100100 10101 100101 100111001 1100100 100000

Color Harmonies of #A1007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1007F

Black with #A1007F

Text Example


Text Example

White with #A1007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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