Html Css Color HEX #A509AE Dark Magenta

📋 copy color: '#A509AE'

red 165 ◦ green 9 ◦ blue 174

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

Shades of Dark Magenta #A509AE

Tints of Dark Magenta #A509AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50%

R = 47.41%
G = 2.59%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A509AE (or 0xA509AE) is known color: Dark Magenta. HEX triplet: A5, 09 and AE. RGB value is (165,9,174). Sum of RGB (Red+Green+Blue) = 165+9+174=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #A509AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A509AE is #5AF651. Grayscale: #494949. Windows color (decimal): -5961298 or 11405733. OLE color: 11405733.

HSL color Cylindrical-coordinate representation of color #A509AE: hue angle of 296.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A509AE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 9 174 -
CMYK 0.05 0.95 0 0.32
HSL 296.73º 0.9% 0.36% -
HSV(B) 296.73º 0.95% 0.68% -
XYZ 23.25 11.25 40.99 -
YUV 74.45 184.18 192.58 -
System Red Green Blue C M Y K H S L
Decimal 165 9 174 0.05 0.95 0 0.32 296.73 0.9 0.36
Hex A5 9 AE 5 5F 0 20 129 5A 24
Octal 245 11 256 5 137 0 40 451 132 44
Binary 10100101 1001 10101110 101 1011111 0 100000 100101001 1011010 100100

Color Harmonies of #A509AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509AE

Black with #A509AE

Text Example


Text Example

White with #A509AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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