Html Css Color HEX #A509A4 Dark Magenta

📋 copy color: '#A509A4'

red 165 ◦ green 9 ◦ blue 164

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

Shades of Dark Magenta #A509A4

Tints of Dark Magenta #A509A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.52%

R = 48.82%
G = 2.66%
B = 48.52%

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

#A509A4 (or 0xA509A4) is known color: Dark Magenta. HEX triplet: A5, 09 and A4. RGB value is (165,9,164). Sum of RGB (Red+Green+Blue) = 165+9+164=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A509A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A509A4 is #5AF65B. Grayscale: #484848. Windows color (decimal): -5961308 or 10750373. OLE color: 10750373.

HSL color Cylindrical-coordinate representation of color #A509A4: hue angle of 300.38º 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 #A509A4 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 9 164 -
CMYK 0 0.95 0.01 0.35
HSL 300.38º 0.9% 0.34% -
HSV(B) 300.38º 0.95% 0.65% -
XYZ 22.32 10.88 36.04 -
YUV 73.31 179.18 193.4 -
System Red Green Blue C M Y K H S L
Decimal 165 9 164 0 0.95 0.01 0.35 300.38 0.9 0.34
Hex A5 9 A4 0 5F 1 23 12C 5A 22
Octal 245 11 244 0 137 1 43 454 132 42
Binary 10100101 1001 10100100 0 1011111 1 100011 100101100 1011010 100010

Color Harmonies of #A509A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509A4

Black with #A509A4

Text Example


Text Example

White with #A509A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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