Html Css Color HEX #A517AB Dark Magenta

📋 copy color: '#A517AB'

red 165 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #A517AB

Tints of Dark Magenta #A517AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.41%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 45.96%
G = 6.41%
B = 47.63%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A517AB (or 0xA517AB) is known color: Dark Magenta. HEX triplet: A5, 17 and AB. RGB value is (165,23,171). Sum of RGB (Red+Green+Blue) = 165+23+171=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #A517AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A517AB is #5AE854. Grayscale: #515151. Windows color (decimal): -5957717 or 11212709. OLE color: 11212709.

HSL color Cylindrical-coordinate representation of color #A517AB: hue angle of 297.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A517AB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 23 171 -
CMYK 0.04 0.87 0 0.33
HSL 297.57º 0.76% 0.38% -
HSV(B) 297.57º 0.87% 0.67% -
XYZ 23.17 11.55 39.54 -
YUV 82.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 165 23 171 0.04 0.87 0 0.33 297.57 0.76 0.38
Hex A5 17 AB 4 57 0 21 12A 4C 26
Octal 245 27 253 4 127 0 41 452 114 46
Binary 10100101 10111 10101011 100 1010111 0 100001 100101010 1001100 100110

Color Harmonies of #A517AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517AB

Black with #A517AB

Text Example


Text Example

White with #A517AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517AB; }

 p { color: rgb(165,23,171); }

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

background-color css

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

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

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

border-color css

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

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

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