Html Css Color HEX #A50AAB Dark Magenta

📋 copy color: '#A50AAB'

red 165 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #A50AAB

Tints of Dark Magenta #A50AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.89%

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

R = 47.69%
G = 2.89%
B = 49.42%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A50AAB (or 0xA50AAB) is known color: Dark Magenta. HEX triplet: A5, 0A and AB. RGB value is (165,10,171). Sum of RGB (Red+Green+Blue) = 165+10+171=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #A50AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50AAB is #5AF554. Grayscale: #4A4A4A. Windows color (decimal): -5961045 or 11209381. OLE color: 11209381.

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

Color convert

RGB 165 10 171 -
CMYK 0.04 0.94 0 0.33
HSL 297.76º 0.89% 0.35% -
HSV(B) 297.76º 0.94% 0.67% -
XYZ 22.98 11.16 39.47 -
YUV 74.7 182.35 192.41 -
System Red Green Blue C M Y K H S L
Decimal 165 10 171 0.04 0.94 0 0.33 297.76 0.89 0.35
Hex A5 A AB 4 5E 0 21 12A 59 23
Octal 245 12 253 4 136 0 41 452 131 43
Binary 10100101 1010 10101011 100 1011110 0 100001 100101010 1011001 100011

Color Harmonies of #A50AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50AAB

Black with #A50AAB

Text Example


Text Example

White with #A50AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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