Html Css Color HEX #A11E79 Dark Purple

📋 copy color: '#A11E79'

red 161 ◦ green 30 ◦ blue 121

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

Shades of Dark Purple #A11E79

Tints of Dark Purple #A11E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.62%

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 51.6%
G = 9.62%
B = 38.78%

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

#A11E79 (or 0xA11E79) is known color: Dark Purple. HEX triplet: A1, 1E and 79. RGB value is (161,30,121). Sum of RGB (Red+Green+Blue) = 161+30+121=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E79 is #5EE186. Grayscale: #4F4F4F. Windows color (decimal): -6218119 or 7937697. OLE color: 7937697.

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

Color convert

RGB 161 30 121 -
CMYK 0 0.81 0.25 0.37
HSL 318.32º 0.69% 0.37% -
HSV(B) 318.32º 0.81% 0.63% -
XYZ 18.61 9.89 19.02 -
YUV 79.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 161 30 121 0 0.81 0.25 0.37 318.32 0.69 0.37
Hex A1 1E 79 0 51 19 25 13E 45 25
Octal 241 36 171 0 121 31 45 476 105 45
Binary 10100001 11110 1111001 0 1010001 11001 100101 100111110 1000101 100101

Color Harmonies of #A11E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E79

Black with #A11E79

Text Example


Text Example

White with #A11E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E79; }

 p { color: rgb(161,30,121); }

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

background-color css

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

 a { background-color: rgb(161,30,121); }

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

border-color css

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

 span { border-color: rgb(161,30,121); }

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