Html Css Color HEX #A41585 Dark Purple

📋 copy color: '#A41585'

red 164 ◦ green 21 ◦ blue 133

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

Shades of Dark Purple #A41585

Tints of Dark Purple #A41585

RGB

 RED value IS 164 (64.45% from 255) = 51.57%

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

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

R = 51.57%
G = 6.6%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A41585 (or 0xA41585) is known color: Dark Purple. HEX triplet: A4, 15 and 85. RGB value is (164,21,133). Sum of RGB (Red+Green+Blue) = 164+21+133=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A41585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41585 is #5BEA7A. Grayscale: #4C4C4C. Windows color (decimal): -6023803 or 8721828. OLE color: 8721828.

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

Color convert

RGB 164 21 133 -
CMYK 0 0.87 0.19 0.36
HSL 313.01º 0.77% 0.36% -
HSV(B) 313.01º 0.87% 0.64% -
XYZ 19.81 10.12 23.1 -
YUV 76.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 164 21 133 0 0.87 0.19 0.36 313.01 0.77 0.36
Hex A4 15 85 0 57 13 24 139 4D 24
Octal 244 25 205 0 127 23 44 471 115 44
Binary 10100100 10101 10000101 0 1010111 10011 100100 100111001 1001101 100100

Color Harmonies of #A41585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41585

Black with #A41585

Text Example


Text Example

White with #A41585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41585; }

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

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

background-color css

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

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

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

border-color css

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

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

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