Html Css Color HEX #A515A4 Dark Magenta

📋 copy color: '#A515A4'

red 165 ◦ green 21 ◦ blue 164

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

Shades of Dark Magenta #A515A4

Tints of Dark Magenta #A515A4

RGB

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

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

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

R = 47.14%
G = 6%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A515A4 (or 0xA515A4) is known color: Dark Magenta. HEX triplet: A5, 15 and A4. RGB value is (165,21,164). Sum of RGB (Red+Green+Blue) = 165+21+164=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A515A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515A4 is #5AEA5B. Grayscale: #4F4F4F. Windows color (decimal): -5958236 or 10753445. OLE color: 10753445.

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

Color convert

RGB 165 21 164 -
CMYK 0 0.87 0.01 0.35
HSL 300.42º 0.77% 0.36% -
HSV(B) 300.42º 0.87% 0.65% -
XYZ 22.49 11.22 36.1 -
YUV 80.36 175.21 188.37 -
System Red Green Blue C M Y K H S L
Decimal 165 21 164 0 0.87 0.01 0.35 300.42 0.77 0.36
Hex A5 15 A4 0 57 1 23 12C 4D 24
Octal 245 25 244 0 127 1 43 454 115 44
Binary 10100101 10101 10100100 0 1010111 1 100011 100101100 1001101 100100

Color Harmonies of #A515A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515A4

Black with #A515A4

Text Example


Text Example

White with #A515A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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