Html Css Color HEX #A11F7C Dark Purple

📋 copy color: '#A11F7C'

red 161 ◦ green 31 ◦ blue 124

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

Shades of Dark Purple #A11F7C

Tints of Dark Purple #A11F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.81%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 50.95%
G = 9.81%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A11F7C (or 0xA11F7C) is known color: Dark Purple. HEX triplet: A1, 1F and 7C. RGB value is (161,31,124). Sum of RGB (Red+Green+Blue) = 161+31+124=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F7C is #5EE083. Grayscale: #505050. Windows color (decimal): -6217860 or 8134561. OLE color: 8134561.

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

Color convert

RGB 161 31 124 -
CMYK 0 0.81 0.23 0.37
HSL 317.08º 0.68% 0.38% -
HSV(B) 317.08º 0.81% 0.63% -
XYZ 18.83 10.01 20.01 -
YUV 80.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 161 31 124 0 0.81 0.23 0.37 317.08 0.68 0.38
Hex A1 1F 7C 0 51 17 25 13D 44 26
Octal 241 37 174 0 121 27 45 475 104 46
Binary 10100001 11111 1111100 0 1010001 10111 100101 100111101 1000100 100110

Color Harmonies of #A11F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F7C

Black with #A11F7C

Text Example


Text Example

White with #A11F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F7C; }

 p { color: rgb(161,31,124); }

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

background-color css

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

 a { background-color: rgb(161,31,124); }

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

border-color css

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

 span { border-color: rgb(161,31,124); }

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