Html Css Color HEX #A11280 Dark Purple

📋 copy color: '#A11280'

red 161 ◦ green 18 ◦ blue 128

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

Shades of Dark Purple #A11280

Tints of Dark Purple #A11280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 52.44%
G = 5.86%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A11280 (or 0xA11280) is known color: Dark Purple. HEX triplet: A1, 12 and 80. RGB value is (161,18,128). Sum of RGB (Red+Green+Blue) = 161+18+128=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A11280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11280 is #5EED7F. Grayscale: #494949. Windows color (decimal): -6221184 or 8393377. OLE color: 8393377.

HSL color Cylindrical-coordinate representation of color #A11280: hue angle of 313.85º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11280 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 128 -
CMYK 0 0.89 0.20 0.37
HSL 313.85º 0.8% 0.35% -
HSV(B) 313.85º 0.89% 0.63% -
XYZ 18.81 9.57 21.28 -
YUV 73.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 161 18 128 0 0.89 0.20 0.37 313.85 0.8 0.35
Hex A1 12 80 0 59 14 25 13A 50 23
Octal 241 22 200 0 131 24 45 472 120 43
Binary 10100001 10010 10000000 0 1011001 10100 100101 100111010 1010000 100011

Color Harmonies of #A11280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11280

Black with #A11280

Text Example


Text Example

White with #A11280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11280; }

 p { color: rgb(161,18,128); }

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

background-color css

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

 a { background-color: rgb(161,18,128); }

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

border-color css

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

 span { border-color: rgb(161,18,128); }

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