Html Css Color HEX #A51D80 Dark Purple

📋 copy color: '#A51D80'

red 165 ◦ green 29 ◦ blue 128

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

Shades of Dark Purple #A51D80

Tints of Dark Purple #A51D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.01%

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 51.24%
G = 9.01%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A51D80 (or 0xA51D80) is known color: Dark Purple. HEX triplet: A5, 1D and 80. RGB value is (165,29,128). Sum of RGB (Red+Green+Blue) = 165+29+128=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51D80 is #5AE27F. Grayscale: #505050. Windows color (decimal): -5956224 or 8396197. OLE color: 8396197.

HSL color Cylindrical-coordinate representation of color #A51D80: hue angle of 316.32º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51D80 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 29 128 -
CMYK 0 0.82 0.22 0.35
HSL 316.32º 0.7% 0.38% -
HSV(B) 316.32º 0.82% 0.65% -
XYZ 19.85 10.44 21.39 -
YUV 80.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 165 29 128 0 0.82 0.22 0.35 316.32 0.7 0.38
Hex A5 1D 80 0 52 16 23 13C 46 26
Octal 245 35 200 0 122 26 43 474 106 46
Binary 10100101 11101 10000000 0 1010010 10110 100011 100111100 1000110 100110

Color Harmonies of #A51D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D80

Black with #A51D80

Text Example


Text Example

White with #A51D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D80; }

 p { color: rgb(165,29,128); }

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

background-color css

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

 a { background-color: rgb(165,29,128); }

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

border-color css

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

 span { border-color: rgb(165,29,128); }

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