Html Css Color HEX #A509A3 Dark Magenta

📋 copy color: '#A509A3'

red 165 ◦ green 9 ◦ blue 163

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

Shades of Dark Magenta #A509A3

Tints of Dark Magenta #A509A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.37%

R = 48.96%
G = 2.67%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A509A3 (or 0xA509A3) is known color: Dark Magenta. HEX triplet: A5, 09 and A3. RGB value is (165,9,163). Sum of RGB (Red+Green+Blue) = 165+9+163=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A509A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A509A3 is #5AF65C. Grayscale: #484848. Windows color (decimal): -5961309 or 10684837. OLE color: 10684837.

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

Color convert

RGB 165 9 163 -
CMYK 0 0.95 0.01 0.35
HSL 300.77º 0.9% 0.34% -
HSV(B) 300.77º 0.95% 0.65% -
XYZ 22.23 10.84 35.57 -
YUV 73.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 165 9 163 0 0.95 0.01 0.35 300.77 0.9 0.34
Hex A5 9 A3 0 5F 1 23 12D 5A 22
Octal 245 11 243 0 137 1 43 455 132 42
Binary 10100101 1001 10100011 0 1011111 1 100011 100101101 1011010 100010

Color Harmonies of #A509A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509A3

Black with #A509A3

Text Example


Text Example

White with #A509A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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