Html Css Color HEX #A11877 Dark Purple

📋 copy color: '#A11877'

red 161 ◦ green 24 ◦ blue 119

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

Shades of Dark Purple #A11877

Tints of Dark Purple #A11877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 52.96%
G = 7.89%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A11877 (or 0xA11877) is known color: Dark Purple. HEX triplet: A1, 18 and 77. RGB value is (161,24,119). Sum of RGB (Red+Green+Blue) = 161+24+119=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A11877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11877 is #5EE788. Grayscale: #4B4B4B. Windows color (decimal): -6219657 or 7805089. OLE color: 7805089.

HSL color Cylindrical-coordinate representation of color #A11877: hue angle of 318.39º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11877 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 24 119 -
CMYK 0 0.85 0.26 0.37
HSL 318.39º 0.74% 0.36% -
HSV(B) 318.39º 0.85% 0.63% -
XYZ 18.35 9.56 18.33 -
YUV 75.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 161 24 119 0 0.85 0.26 0.37 318.39 0.74 0.36
Hex A1 18 77 0 55 1A 25 13E 4A 24
Octal 241 30 167 0 125 32 45 476 112 44
Binary 10100001 11000 1110111 0 1010101 11010 100101 100111110 1001010 100100

Color Harmonies of #A11877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11877

Black with #A11877

Text Example


Text Example

White with #A11877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11877; }

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

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

background-color css

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

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

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

border-color css

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

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

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