Html Css Color HEX #A11F78 Dark Purple

📋 copy color: '#A11F78'

red 161 ◦ green 31 ◦ blue 120

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

Shades of Dark Purple #A11F78

Tints of Dark Purple #A11F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 51.6%
G = 9.94%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A11F78 (or 0xA11F78) is known color: Dark Purple. HEX triplet: A1, 1F and 78. RGB value is (161,31,120). Sum of RGB (Red+Green+Blue) = 161+31+120=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F78 is #5EE087. Grayscale: #4F4F4F. Windows color (decimal): -6217864 or 7872417. OLE color: 7872417.

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

Color convert

RGB 161 31 120 -
CMYK 0 0.81 0.25 0.37
HSL 318.92º 0.68% 0.38% -
HSV(B) 318.92º 0.81% 0.63% -
XYZ 18.58 9.91 18.7 -
YUV 80.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 161 31 120 0 0.81 0.25 0.37 318.92 0.68 0.38
Hex A1 1F 78 0 51 19 25 13F 44 26
Octal 241 37 170 0 121 31 45 477 104 46
Binary 10100001 11111 1111000 0 1010001 11001 100101 100111111 1000100 100110

Color Harmonies of #A11F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F78

Black with #A11F78

Text Example


Text Example

White with #A11F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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