Html Css Color HEX #A11F93 Dark Purple

📋 copy color: '#A11F93'

red 161 ◦ green 31 ◦ blue 147

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

Shades of Dark Purple #A11F93

Tints of Dark Purple #A11F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 47.49%
G = 9.14%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A11F93 (or 0xA11F93) is known color: Dark Purple. HEX triplet: A1, 1F and 93. RGB value is (161,31,147). Sum of RGB (Red+Green+Blue) = 161+31+147=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11F93 is #5EE06C. Grayscale: #525252. Windows color (decimal): -6217837 or 9641889. OLE color: 9641889.

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

Color convert

RGB 161 31 147 -
CMYK 0 0.81 0.09 0.37
HSL 306.46º 0.68% 0.38% -
HSV(B) 306.46º 0.81% 0.63% -
XYZ 20.45 10.66 28.58 -
YUV 83.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 161 31 147 0 0.81 0.09 0.37 306.46 0.68 0.38
Hex A1 1F 93 0 51 9 25 132 44 26
Octal 241 37 223 0 121 11 45 462 104 46
Binary 10100001 11111 10010011 0 1010001 1001 100101 100110010 1000100 100110

Color Harmonies of #A11F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F93

Black with #A11F93

Text Example


Text Example

White with #A11F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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