Html Css Color HEX #A1117F Dark Purple

📋 copy color: '#A1117F'

red 161 ◦ green 17 ◦ blue 127

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

Shades of Dark Purple #A1117F

Tints of Dark Purple #A1117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.57%

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

R = 52.79%
G = 5.57%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1117F (or 0xA1117F) is known color: Dark Purple. HEX triplet: A1, 11 and 7F. RGB value is (161,17,127). Sum of RGB (Red+Green+Blue) = 161+17+127=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1117F is #5EEE80. Grayscale: #484848. Windows color (decimal): -6221441 or 8327585. OLE color: 8327585.

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

Color convert

RGB 161 17 127 -
CMYK 0 0.89 0.21 0.37
HSL 314.17º 0.81% 0.35% -
HSV(B) 314.17º 0.89% 0.63% -
XYZ 18.73 9.51 20.93 -
YUV 72.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 161 17 127 0 0.89 0.21 0.37 314.17 0.81 0.35
Hex A1 11 7F 0 59 15 25 13A 51 23
Octal 241 21 177 0 131 25 45 472 121 43
Binary 10100001 10001 1111111 0 1011001 10101 100101 100111010 1010001 100011

Color Harmonies of #A1117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1117F

Black with #A1117F

Text Example


Text Example

White with #A1117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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