Html Css Color HEX #A509A7 Dark Magenta

📋 copy color: '#A509A7'

red 165 ◦ green 9 ◦ blue 167

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

Shades of Dark Magenta #A509A7

Tints of Dark Magenta #A509A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.97%

R = 48.39%
G = 2.64%
B = 48.97%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A509A7 (or 0xA509A7) is known color: Dark Magenta. HEX triplet: A5, 09 and A7. RGB value is (165,9,167). Sum of RGB (Red+Green+Blue) = 165+9+167=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 167 - color contains mainly: blue. Hex color #A509A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A509A7 is #5AF658. Grayscale: #494949. Windows color (decimal): -5961305 or 10946981. OLE color: 10946981.

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

Color convert

RGB 165 9 167 -
CMYK 0.01 0.95 0 0.35
HSL 299.24º 0.9% 0.35% -
HSV(B) 299.24º 0.95% 0.65% -
XYZ 22.59 10.98 37.49 -
YUV 73.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 165 9 167 0.01 0.95 0 0.35 299.24 0.9 0.35
Hex A5 9 A7 1 5F 0 23 12B 5A 23
Octal 245 11 247 1 137 0 43 453 132 43
Binary 10100101 1001 10100111 1 1011111 0 100011 100101011 1011010 100011

Color Harmonies of #A509A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509A7

Black with #A509A7

Text Example


Text Example

White with #A509A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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