Html Css Color HEX #A51589 Dark Purple

📋 copy color: '#A51589'

red 165 ◦ green 21 ◦ blue 137

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

Shades of Dark Purple #A51589

Tints of Dark Purple #A51589

RGB

 RED value IS 165 (64.84% from 255) = 51.08%

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 51.08%
G = 6.5%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A51589 (or 0xA51589) is known color: Dark Purple. HEX triplet: A5, 15 and 89. RGB value is (165,21,137). Sum of RGB (Red+Green+Blue) = 165+21+137=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A51589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51589 is #5AEA76. Grayscale: #4C4C4C. Windows color (decimal): -5958263 or 8983973. OLE color: 8983973.

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

Color convert

RGB 165 21 137 -
CMYK 0 0.87 0.17 0.35
HSL 311.67º 0.77% 0.36% -
HSV(B) 311.67º 0.87% 0.65% -
XYZ 20.3 10.34 24.59 -
YUV 77.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 165 21 137 0 0.87 0.17 0.35 311.67 0.77 0.36
Hex A5 15 89 0 57 11 23 138 4D 24
Octal 245 25 211 0 127 21 43 470 115 44
Binary 10100101 10101 10001001 0 1010111 10001 100011 100111000 1001101 100100

Color Harmonies of #A51589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51589

Black with #A51589

Text Example


Text Example

White with #A51589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51589; }

 p { color: rgb(165,21,137); }

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

background-color css

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

 a { background-color: rgb(165,21,137); }

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

border-color css

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

 span { border-color: rgb(165,21,137); }

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