Html Css Color HEX #A11585 Dark Purple

📋 copy color: '#A11585'

red 161 ◦ green 21 ◦ blue 133

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

Shades of Dark Purple #A11585

Tints of Dark Purple #A11585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 51.11%
G = 6.67%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A11585 (or 0xA11585) is known color: Dark Purple. HEX triplet: A1, 15 and 85. RGB value is (161,21,133). Sum of RGB (Red+Green+Blue) = 161+21+133=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11585 is #5EEA7A. Grayscale: #4B4B4B. Windows color (decimal): -6220411 or 8721825. OLE color: 8721825.

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

Color convert

RGB 161 21 133 -
CMYK 0 0.87 0.17 0.37
HSL 312º 0.77% 0.36% -
HSV(B) 312º 0.87% 0.63% -
XYZ 19.2 9.81 23.07 -
YUV 75.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 161 21 133 0 0.87 0.17 0.37 312 0.77 0.36
Hex A1 15 85 0 57 11 25 138 4D 24
Octal 241 25 205 0 127 21 45 470 115 44
Binary 10100001 10101 10000101 0 1010111 10001 100101 100111000 1001101 100100

Color Harmonies of #A11585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11585

Black with #A11585

Text Example


Text Example

White with #A11585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11585; }

 p { color: rgb(161,21,133); }

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

background-color css

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

 a { background-color: rgb(161,21,133); }

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

border-color css

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

 span { border-color: rgb(161,21,133); }

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