Html Css Color HEX #A51A81 Dark Purple

📋 copy color: '#A51A81'

red 165 ◦ green 26 ◦ blue 129

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

Shades of Dark Purple #A51A81

Tints of Dark Purple #A51A81

RGB

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

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

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

R = 51.56%
G = 8.13%
B = 40.31%

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

#A51A81 (or 0xA51A81) is known color: Dark Purple. HEX triplet: A5, 1A and 81. RGB value is (165,26,129). Sum of RGB (Red+Green+Blue) = 165+26+129=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51A81 is #5AE57E. Grayscale: #4F4F4F. Windows color (decimal): -5956991 or 8460965. OLE color: 8460965.

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

Color convert

RGB 165 26 129 -
CMYK 0 0.84 0.22 0.35
HSL 315.54º 0.73% 0.37% -
HSV(B) 315.54º 0.84% 0.65% -
XYZ 19.85 10.32 21.72 -
YUV 79.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 165 26 129 0 0.84 0.22 0.35 315.54 0.73 0.37
Hex A5 1A 81 0 54 16 23 13C 49 25
Octal 245 32 201 0 124 26 43 474 111 45
Binary 10100101 11010 10000001 0 1010100 10110 100011 100111100 1001001 100101

Color Harmonies of #A51A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A81

Black with #A51A81

Text Example


Text Example

White with #A51A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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