Html Css Color HEX #A51A80 Dark Purple

📋 copy color: '#A51A80'

red 165 ◦ green 26 ◦ blue 128

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

Shades of Dark Purple #A51A80

Tints of Dark Purple #A51A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

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

R = 51.72%
G = 8.15%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A51A80 (or 0xA51A80) is known color: Dark Purple. HEX triplet: A5, 1A and 80. RGB value is (165,26,128). Sum of RGB (Red+Green+Blue) = 165+26+128=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51A80 is #5AE57F. Grayscale: #4E4E4E. Windows color (decimal): -5956992 or 8395429. OLE color: 8395429.

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

Color convert

RGB 165 26 128 -
CMYK 0 0.84 0.22 0.35
HSL 315.97º 0.73% 0.37% -
HSV(B) 315.97º 0.84% 0.65% -
XYZ 19.78 10.3 21.37 -
YUV 79.19 155.55 189.21 -
System Red Green Blue C M Y K H S L
Decimal 165 26 128 0 0.84 0.22 0.35 315.97 0.73 0.37
Hex A5 1A 80 0 54 16 23 13C 49 25
Octal 245 32 200 0 124 26 43 474 111 45
Binary 10100101 11010 10000000 0 1010100 10110 100011 100111100 1001001 100101

Color Harmonies of #A51A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A80

Black with #A51A80

Text Example


Text Example

White with #A51A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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