Html Css Color HEX #A509AC Dark Magenta

📋 copy color: '#A509AC'

red 165 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #A509AC

Tints of Dark Magenta #A509AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 47.69%
G = 2.6%
B = 49.71%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A509AC (or 0xA509AC) is known color: Dark Magenta. HEX triplet: A5, 09 and AC. RGB value is (165,9,172). Sum of RGB (Red+Green+Blue) = 165+9+172=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #A509AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A509AC is #5AF653. Grayscale: #494949. Windows color (decimal): -5961300 or 11274661. OLE color: 11274661.

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

Color convert

RGB 165 9 172 -
CMYK 0.04 0.95 0 0.33
HSL 297.42º 0.9% 0.35% -
HSV(B) 297.42º 0.95% 0.67% -
XYZ 23.06 11.17 39.97 -
YUV 74.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 165 9 172 0.04 0.95 0 0.33 297.42 0.9 0.35
Hex A5 9 AC 4 5F 0 21 129 5A 23
Octal 245 11 254 4 137 0 41 451 132 43
Binary 10100101 1001 10101100 100 1011111 0 100001 100101001 1011010 100011

Color Harmonies of #A509AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509AC

Black with #A509AC

Text Example


Text Example

White with #A509AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509AC; }

 p { color: rgb(165,9,172); }

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

background-color css

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

 a { background-color: rgb(165,9,172); }

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

border-color css

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

 span { border-color: rgb(165,9,172); }

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