Html Css Color HEX #A1187E Dark Purple

📋 copy color: '#A1187E'

red 161 ◦ green 24 ◦ blue 126

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

Shades of Dark Purple #A1187E

Tints of Dark Purple #A1187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

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

R = 51.77%
G = 7.72%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1187E (or 0xA1187E) is known color: Dark Purple. HEX triplet: A1, 18 and 7E. RGB value is (161,24,126). Sum of RGB (Red+Green+Blue) = 161+24+126=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1187E is #5EE781. Grayscale: #4C4C4C. Windows color (decimal): -6219650 or 8263841. OLE color: 8263841.

HSL color Cylindrical-coordinate representation of color #A1187E: hue angle of 315.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1187E is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 24 126 -
CMYK 0 0.85 0.22 0.37
HSL 315.33º 0.74% 0.36% -
HSV(B) 315.33º 0.85% 0.63% -
XYZ 18.79 9.74 20.63 -
YUV 76.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 161 24 126 0 0.85 0.22 0.37 315.33 0.74 0.36
Hex A1 18 7E 0 55 16 25 13B 4A 24
Octal 241 30 176 0 125 26 45 473 112 44
Binary 10100001 11000 1111110 0 1010101 10110 100101 100111011 1001010 100100

Color Harmonies of #A1187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1187E

Black with #A1187E

Text Example


Text Example

White with #A1187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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