Html Css Color HEX #A11F8C Dark Purple

📋 copy color: '#A11F8C'

red 161 ◦ green 31 ◦ blue 140

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

Shades of Dark Purple #A11F8C

Tints of Dark Purple #A11F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 48.49%
G = 9.34%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A11F8C (or 0xA11F8C) is known color: Dark Purple. HEX triplet: A1, 1F and 8C. RGB value is (161,31,140). Sum of RGB (Red+Green+Blue) = 161+31+140=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11F8C is #5EE073. Grayscale: #515151. Windows color (decimal): -6217844 or 9183137. OLE color: 9183137.

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

Color convert

RGB 161 31 140 -
CMYK 0 0.81 0.13 0.37
HSL 309.69º 0.68% 0.38% -
HSV(B) 309.69º 0.81% 0.63% -
XYZ 19.92 10.45 25.78 -
YUV 82.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 161 31 140 0 0.81 0.13 0.37 309.69 0.68 0.38
Hex A1 1F 8C 0 51 D 25 136 44 26
Octal 241 37 214 0 121 15 45 466 104 46
Binary 10100001 11111 10001100 0 1010001 1101 100101 100110110 1000100 100110

Color Harmonies of #A11F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F8C

Black with #A11F8C

Text Example


Text Example

White with #A11F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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