Html Css Color HEX #A50FAA Dark Magenta

📋 copy color: '#A50FAA'

red 165 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #A50FAA

Tints of Dark Magenta #A50FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 47.14%
G = 4.29%
B = 48.57%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A50FAA (or 0xA50FAA) is known color: Dark Magenta. HEX triplet: A5, 0F and AA. RGB value is (165,15,170). Sum of RGB (Red+Green+Blue) = 165+15+170=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #A50FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50FAA is #5AF055. Grayscale: #4D4D4D. Windows color (decimal): -5959766 or 11145125. OLE color: 11145125.

HSL color Cylindrical-coordinate representation of color #A50FAA: hue angle of 298.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50FAA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 15 170 -
CMYK 0.03 0.91 0 0.33
HSL 298.06º 0.84% 0.36% -
HSV(B) 298.06º 0.91% 0.67% -
XYZ 22.94 11.24 38.99 -
YUV 77.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 165 15 170 0.03 0.91 0 0.33 298.06 0.84 0.36
Hex A5 F AA 3 5B 0 21 12A 54 24
Octal 245 17 252 3 133 0 41 452 124 44
Binary 10100101 1111 10101010 11 1011011 0 100001 100101010 1010100 100100

Color Harmonies of #A50FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FAA

Black with #A50FAA

Text Example


Text Example

White with #A50FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FAA; }

 p { color: rgb(165,15,170); }

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

background-color css

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

 a { background-color: rgb(165,15,170); }

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

border-color css

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

 span { border-color: rgb(165,15,170); }

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