Html Css Color HEX #A51381 Dark Purple

📋 copy color: '#A51381'

red 165 ◦ green 19 ◦ blue 129

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

Shades of Dark Purple #A51381

Tints of Dark Purple #A51381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 52.72%
G = 6.07%
B = 41.21%

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

#A51381 (or 0xA51381) is known color: Dark Purple. HEX triplet: A5, 13 and 81. RGB value is (165,19,129). Sum of RGB (Red+Green+Blue) = 165+19+129=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A51381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51381 is #5AEC7E. Grayscale: #4A4A4A. Windows color (decimal): -5958783 or 8459173. OLE color: 8459173.

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

Color convert

RGB 165 19 129 -
CMYK 0 0.88 0.22 0.35
HSL 314.79º 0.79% 0.36% -
HSV(B) 314.79º 0.88% 0.65% -
XYZ 19.71 10.05 21.67 -
YUV 75.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 165 19 129 0 0.88 0.22 0.35 314.79 0.79 0.36
Hex A5 13 81 0 58 16 23 13B 4F 24
Octal 245 23 201 0 130 26 43 473 117 44
Binary 10100101 10011 10000001 0 1011000 10110 100011 100111011 1001111 100100

Color Harmonies of #A51381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51381

Black with #A51381

Text Example


Text Example

White with #A51381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51381; }

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

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

background-color css

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

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

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

border-color css

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

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

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