Html Css Color HEX #A1117E Dark Purple

📋 copy color: '#A1117E'

red 161 ◦ green 17 ◦ blue 126

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

Shades of Dark Purple #A1117E

Tints of Dark Purple #A1117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.45%

R = 52.96%
G = 5.59%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1117E (or 0xA1117E) is known color: Dark Purple. HEX triplet: A1, 11 and 7E. RGB value is (161,17,126). Sum of RGB (Red+Green+Blue) = 161+17+126=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1117E is #5EEE81. Grayscale: #484848. Windows color (decimal): -6221442 or 8262049. OLE color: 8262049.

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

Color convert

RGB 161 17 126 -
CMYK 0 0.89 0.22 0.37
HSL 314.58º 0.81% 0.35% -
HSV(B) 314.58º 0.89% 0.63% -
XYZ 18.66 9.48 20.59 -
YUV 72.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 161 17 126 0 0.89 0.22 0.37 314.58 0.81 0.35
Hex A1 11 7E 0 59 16 25 13B 51 23
Octal 241 21 176 0 131 26 45 473 121 43
Binary 10100001 10001 1111110 0 1011001 10110 100101 100111011 1010001 100011

Color Harmonies of #A1117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1117E

Black with #A1117E

Text Example


Text Example

White with #A1117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1117E; }

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

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

background-color css

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

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

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

border-color css

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

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

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