Html Css Color HEX #A51380 Dark Purple

📋 copy color: '#A51380'

red 165 ◦ green 19 ◦ blue 128

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

Shades of Dark Purple #A51380

Tints of Dark Purple #A51380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

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

R = 52.88%
G = 6.09%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A51380 (or 0xA51380) is known color: Dark Purple. HEX triplet: A5, 13 and 80. RGB value is (165,19,128). Sum of RGB (Red+Green+Blue) = 165+19+128=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A51380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51380 is #5AEC7F. Grayscale: #4A4A4A. Windows color (decimal): -5958784 or 8393637. OLE color: 8393637.

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

Color convert

RGB 165 19 128 -
CMYK 0 0.88 0.22 0.35
HSL 315.21º 0.79% 0.36% -
HSV(B) 315.21º 0.88% 0.65% -
XYZ 19.65 10.02 21.32 -
YUV 75.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 165 19 128 0 0.88 0.22 0.35 315.21 0.79 0.36
Hex A5 13 80 0 58 16 23 13B 4F 24
Octal 245 23 200 0 130 26 43 473 117 44
Binary 10100101 10011 10000000 0 1011000 10110 100011 100111011 1001111 100100

Color Harmonies of #A51380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51380

Black with #A51380

Text Example


Text Example

White with #A51380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51380; }

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

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

background-color css

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

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

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

border-color css

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

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

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