Html Css Color HEX #A515A5 Dark Magenta

📋 copy color: '#A515A5'

red 165 ◦ green 21 ◦ blue 165

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

Shades of Dark Magenta #A515A5

Tints of Dark Magenta #A515A5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.98%

 BLUE value IS 165 (64.84% from 255) = 47.01%

R = 47.01%
G = 5.98%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A515A5 (or 0xA515A5) is known color: Dark Magenta. HEX triplet: A5, 15 and A5. RGB value is (165,21,165). Sum of RGB (Red+Green+Blue) = 165+21+165=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A515A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515A5 is #5AEA5A. Grayscale: #505050. Windows color (decimal): -5958235 or 10818981. OLE color: 10818981.

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

Color convert

RGB 165 21 165 -
CMYK 0 0.87 0 0.35
HSL 300º 0.77% 0.36% -
HSV(B) 300º 0.87% 0.65% -
XYZ 22.58 11.25 36.58 -
YUV 80.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 165 21 165 0 0.87 0 0.35 300 0.77 0.36
Hex A5 15 A5 0 57 0 23 12C 4D 24
Octal 245 25 245 0 127 0 43 454 115 44
Binary 10100101 10101 10100101 0 1010111 0 100011 100101100 1001101 100100

Color Harmonies of #A515A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515A5

Black with #A515A5

Text Example


Text Example

White with #A515A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515A5; }

 p { color: rgb(165,21,165); }

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

background-color css

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

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

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

border-color css

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

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

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