Html Css Color HEX #A50FAB Dark Magenta

📋 copy color: '#A50FAB'

red 165 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #A50FAB

Tints of Dark Magenta #A50FAB

RGB

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

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

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

R = 47.01%
G = 4.27%
B = 48.72%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A50FAB (or 0xA50FAB) is known color: Dark Magenta. HEX triplet: A5, 0F and AB. RGB value is (165,15,171). Sum of RGB (Red+Green+Blue) = 165+15+171=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #A50FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50FAB is #5AF054. Grayscale: #4D4D4D. Windows color (decimal): -5959765 or 11210661. OLE color: 11210661.

HSL color Cylindrical-coordinate representation of color #A50FAB: hue angle of 297.69º 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 #A50FAB is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 15 171 -
CMYK 0.04 0.91 0 0.33
HSL 297.69º 0.84% 0.36% -
HSV(B) 297.69º 0.91% 0.67% -
XYZ 23.04 11.28 39.49 -
YUV 77.63 180.7 190.32 -
System Red Green Blue C M Y K H S L
Decimal 165 15 171 0.04 0.91 0 0.33 297.69 0.84 0.36
Hex A5 F AB 4 5B 0 21 12A 54 24
Octal 245 17 253 4 133 0 41 452 124 44
Binary 10100101 1111 10101011 100 1011011 0 100001 100101010 1010100 100100

Color Harmonies of #A50FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FAB

Black with #A50FAB

Text Example


Text Example

White with #A50FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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