Html Css Color HEX #A1016F Eggplant

📋 copy color: '#A1016F'

red 161 ◦ green 1 ◦ blue 111

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

Shades of Eggplant #A1016F

Tints of Eggplant #A1016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.66%

R = 58.97%
G = 0.37%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1016F (or 0xA1016F) is known color: Eggplant. HEX triplet: A1, 01 and 6F. RGB value is (161,1,111). Sum of RGB (Red+Green+Blue) = 161+1+111=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1016F is #5EFE90. Grayscale: #3D3D3D. Windows color (decimal): -6225553 or 7274913. OLE color: 7274913.

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

Color convert

RGB 161 1 111 -
CMYK 0 0.99 0.31 0.37
HSL 318.75º 0.99% 0.32% -
HSV(B) 318.75º 0.99% 0.63% -
XYZ 17.58 8.75 15.8 -
YUV 61.38 156.01 199.06 -
System Red Green Blue C M Y K H S L
Decimal 161 1 111 0 0.99 0.31 0.37 318.75 0.99 0.32
Hex A1 1 6F 0 63 1F 25 13F 63 20
Octal 241 1 157 0 143 37 45 477 143 40
Binary 10100001 1 1101111 0 1100011 11111 100101 100111111 1100011 100000

Color Harmonies of #A1016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1016F

Black with #A1016F

Text Example


Text Example

White with #A1016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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