Html Css Color HEX #A51281 Dark Purple

📋 copy color: '#A51281'

red 165 ◦ green 18 ◦ blue 129

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

Shades of Dark Purple #A51281

Tints of Dark Purple #A51281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 52.88%
G = 5.77%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A51281 (or 0xA51281) is known color: Dark Purple. HEX triplet: A5, 12 and 81. RGB value is (165,18,129). Sum of RGB (Red+Green+Blue) = 165+18+129=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A51281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51281 is #5AED7E. Grayscale: #4A4A4A. Windows color (decimal): -5959039 or 8458917. OLE color: 8458917.

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

Color convert

RGB 165 18 129 -
CMYK 0 0.89 0.22 0.35
HSL 314.69º 0.8% 0.36% -
HSV(B) 314.69º 0.89% 0.65% -
XYZ 19.7 10.02 21.66 -
YUV 74.61 158.7 192.47 -
System Red Green Blue C M Y K H S L
Decimal 165 18 129 0 0.89 0.22 0.35 314.69 0.8 0.36
Hex A5 12 81 0 59 16 23 13B 50 24
Octal 245 22 201 0 131 26 43 473 120 44
Binary 10100101 10010 10000001 0 1011001 10110 100011 100111011 1010000 100100

Color Harmonies of #A51281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51281

Black with #A51281

Text Example


Text Example

White with #A51281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51281; }

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

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

background-color css

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

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

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

border-color css

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

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

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