Html Css Color HEX #A51984 Dark Purple

📋 copy color: '#A51984'

red 165 ◦ green 25 ◦ blue 132

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

Shades of Dark Purple #A51984

Tints of Dark Purple #A51984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.76%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 51.24%
G = 7.76%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A51984 (or 0xA51984) is known color: Dark Purple. HEX triplet: A5, 19 and 84. RGB value is (165,25,132). Sum of RGB (Red+Green+Blue) = 165+25+132=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A51984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51984 is #5AE67B. Grayscale: #4E4E4E. Windows color (decimal): -5957244 or 8657317. OLE color: 8657317.

HSL color Cylindrical-coordinate representation of color #A51984: hue angle of 314.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51984 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 132 -
CMYK 0 0.85 0.20 0.35
HSL 314.14º 0.74% 0.37% -
HSV(B) 314.14º 0.85% 0.65% -
XYZ 20.03 10.36 22.77 -
YUV 79.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 165 25 132 0 0.85 0.20 0.35 314.14 0.74 0.37
Hex A5 19 84 0 55 14 23 13A 4A 25
Octal 245 31 204 0 125 24 43 472 112 45
Binary 10100101 11001 10000100 0 1010101 10100 100011 100111010 1001010 100101

Color Harmonies of #A51984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51984

Black with #A51984

Text Example


Text Example

White with #A51984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51984; }

 p { color: rgb(165,25,132); }

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

background-color css

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

 a { background-color: rgb(165,25,132); }

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

border-color css

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

 span { border-color: rgb(165,25,132); }

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