Html Css Color HEX #A51AAB Dark Magenta

📋 copy color: '#A51AAB'

red 165 ◦ green 26 ◦ blue 171

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

Shades of Dark Magenta #A51AAB

Tints of Dark Magenta #A51AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 45.58%
G = 7.18%
B = 47.24%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A51AAB (or 0xA51AAB) is known color: Dark Magenta. HEX triplet: A5, 1A and AB. RGB value is (165,26,171). Sum of RGB (Red+Green+Blue) = 165+26+171=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #A51AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51AAB is #5AE554. Grayscale: #535353. Windows color (decimal): -5956949 or 11213477. OLE color: 11213477.

HSL color Cylindrical-coordinate representation of color #A51AAB: hue angle of 297.52º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51AAB is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 26 171 -
CMYK 0.04 0.85 0 0.33
HSL 297.52º 0.74% 0.39% -
HSV(B) 297.52º 0.85% 0.67% -
XYZ 23.24 11.68 39.56 -
YUV 84.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 165 26 171 0.04 0.85 0 0.33 297.52 0.74 0.39
Hex A5 1A AB 4 55 0 21 12A 4A 27
Octal 245 32 253 4 125 0 41 452 112 47
Binary 10100101 11010 10101011 100 1010101 0 100001 100101010 1001010 100111

Color Harmonies of #A51AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AAB

Black with #A51AAB

Text Example


Text Example

White with #A51AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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