Html Css Color HEX #A11081 Dark Purple

📋 copy color: '#A11081'

red 161 ◦ green 16 ◦ blue 129

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

Shades of Dark Purple #A11081

Tints of Dark Purple #A11081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 52.61%
G = 5.23%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A11081 (or 0xA11081) is known color: Dark Purple. HEX triplet: A1, 10 and 81. RGB value is (161,16,129). Sum of RGB (Red+Green+Blue) = 161+16+129=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A11081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11081 is #5EEF7E. Grayscale: #474747. Windows color (decimal): -6221695 or 8458401. OLE color: 8458401.

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

Color convert

RGB 161 16 129 -
CMYK 0 0.90 0.20 0.37
HSL 313.24º 0.82% 0.35% -
HSV(B) 313.24º 0.9% 0.63% -
XYZ 18.85 9.53 21.62 -
YUV 72.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 161 16 129 0 0.90 0.20 0.37 313.24 0.82 0.35
Hex A1 10 81 0 5A 14 25 139 52 23
Octal 241 20 201 0 132 24 45 471 122 43
Binary 10100001 10000 10000001 0 1011010 10100 100101 100111001 1010010 100011

Color Harmonies of #A11081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11081

Black with #A11081

Text Example


Text Example

White with #A11081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11081; }

 p { color: rgb(161,16,129); }

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

background-color css

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

 a { background-color: rgb(161,16,129); }

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

border-color css

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

 span { border-color: rgb(161,16,129); }

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