Html Css Color HEX #A51486 Dark Purple

📋 copy color: '#A51486'

red 165 ◦ green 20 ◦ blue 134

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

Shades of Dark Purple #A51486

Tints of Dark Purple #A51486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 51.72%
G = 6.27%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A51486 (or 0xA51486) is known color: Dark Purple. HEX triplet: A5, 14 and 86. RGB value is (165,20,134). Sum of RGB (Red+Green+Blue) = 165+20+134=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A51486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51486 is #5AEB79. Grayscale: #4C4C4C. Windows color (decimal): -5958522 or 8787109. OLE color: 8787109.

HSL color Cylindrical-coordinate representation of color #A51486: hue angle of 312.83º 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 #A51486 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 134 -
CMYK 0 0.88 0.19 0.35
HSL 312.83º 0.78% 0.36% -
HSV(B) 312.83º 0.88% 0.65% -
XYZ 20.07 10.22 23.47 -
YUV 76.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 165 20 134 0 0.88 0.19 0.35 312.83 0.78 0.36
Hex A5 14 86 0 58 13 23 139 4E 24
Octal 245 24 206 0 130 23 43 471 116 44
Binary 10100101 10100 10000110 0 1011000 10011 100011 100111001 1001110 100100

Color Harmonies of #A51486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51486

Black with #A51486

Text Example


Text Example

White with #A51486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51486; }

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

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

background-color css

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

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

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

border-color css

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

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

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