Html Css Color HEX #A51487 Dark Purple

📋 copy color: '#A51487'

red 165 ◦ green 20 ◦ blue 135

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

Shades of Dark Purple #A51487

Tints of Dark Purple #A51487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 51.56%
G = 6.25%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A51487 (or 0xA51487) is known color: Dark Purple. HEX triplet: A5, 14 and 87. RGB value is (165,20,135). Sum of RGB (Red+Green+Blue) = 165+20+135=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A51487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51487 is #5AEB78. Grayscale: #4C4C4C. Windows color (decimal): -5958521 or 8852645. OLE color: 8852645.

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

Color convert

RGB 165 20 135 -
CMYK 0 0.88 0.18 0.35
HSL 312.41º 0.78% 0.36% -
HSV(B) 312.41º 0.88% 0.65% -
XYZ 20.14 10.25 23.84 -
YUV 76.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 165 20 135 0 0.88 0.18 0.35 312.41 0.78 0.36
Hex A5 14 87 0 58 12 23 138 4E 24
Octal 245 24 207 0 130 22 43 470 116 44
Binary 10100101 10100 10000111 0 1011000 10010 100011 100111000 1001110 100100

Color Harmonies of #A51487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51487

Black with #A51487

Text Example


Text Example

White with #A51487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51487; }

 p { color: rgb(165,20,135); }

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

background-color css

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

 a { background-color: rgb(165,20,135); }

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

border-color css

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

 span { border-color: rgb(165,20,135); }

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