Html Css Color HEX #A11A78 Dark Purple

📋 copy color: '#A11A78'

red 161 ◦ green 26 ◦ blue 120

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

Shades of Dark Purple #A11A78

Tints of Dark Purple #A11A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.47%

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

R = 52.44%
G = 8.47%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A11A78 (or 0xA11A78) is known color: Dark Purple. HEX triplet: A1, 1A and 78. RGB value is (161,26,120). Sum of RGB (Red+Green+Blue) = 161+26+120=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A78 is #5EE587. Grayscale: #4C4C4C. Windows color (decimal): -6219144 or 7871137. OLE color: 7871137.

HSL color Cylindrical-coordinate representation of color #A11A78: hue angle of 318.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A78 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 26 120 -
CMYK 0 0.84 0.25 0.37
HSL 318.22º 0.72% 0.37% -
HSV(B) 318.22º 0.84% 0.63% -
XYZ 18.46 9.67 18.66 -
YUV 77.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 161 26 120 0 0.84 0.25 0.37 318.22 0.72 0.37
Hex A1 1A 78 0 54 19 25 13E 48 25
Octal 241 32 170 0 124 31 45 476 110 45
Binary 10100001 11010 1111000 0 1010100 11001 100101 100111110 1001000 100101

Color Harmonies of #A11A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A78

Black with #A11A78

Text Example


Text Example

White with #A11A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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