Html Css Color HEX #A11A77 Dark Purple

📋 copy color: '#A11A77'

red 161 ◦ green 26 ◦ blue 119

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

Shades of Dark Purple #A11A77

Tints of Dark Purple #A11A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 52.61%
G = 8.5%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A11A77 (or 0xA11A77) is known color: Dark Purple. HEX triplet: A1, 1A and 77. RGB value is (161,26,119). Sum of RGB (Red+Green+Blue) = 161+26+119=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A77 is #5EE588. Grayscale: #4C4C4C. Windows color (decimal): -6219145 or 7805601. OLE color: 7805601.

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

Color convert

RGB 161 26 119 -
CMYK 0 0.84 0.26 0.37
HSL 318.67º 0.72% 0.37% -
HSV(B) 318.67º 0.84% 0.63% -
XYZ 18.4 9.65 18.35 -
YUV 76.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 161 26 119 0 0.84 0.26 0.37 318.67 0.72 0.37
Hex A1 1A 77 0 54 1A 25 13F 48 25
Octal 241 32 167 0 124 32 45 477 110 45
Binary 10100001 11010 1110111 0 1010100 11010 100101 100111111 1001000 100101

Color Harmonies of #A11A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A77

Black with #A11A77

Text Example


Text Example

White with #A11A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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