Html Css Color HEX #A508AD Dark Magenta

📋 copy color: '#A508AD'

red 165 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #A508AD

Tints of Dark Magenta #A508AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

 BLUE value IS 173 (67.97% from 255) = 50%

R = 47.69%
G = 2.31%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A508AD (or 0xA508AD) is known color: Dark Magenta. HEX triplet: A5, 08 and AD. RGB value is (165,8,173). Sum of RGB (Red+Green+Blue) = 165+8+173=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #A508AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A508AD is #5AF752. Grayscale: #494949. Windows color (decimal): -5961555 or 11339941. OLE color: 11339941.

HSL color Cylindrical-coordinate representation of color #A508AD: hue angle of 297.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A508AD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 8 173 -
CMYK 0.05 0.95 0 0.32
HSL 297.09º 0.91% 0.35% -
HSV(B) 297.09º 0.95% 0.68% -
XYZ 23.15 11.19 40.48 -
YUV 73.75 184.01 193.08 -
System Red Green Blue C M Y K H S L
Decimal 165 8 173 0.05 0.95 0 0.32 297.09 0.91 0.35
Hex A5 8 AD 5 5F 0 20 129 5B 23
Octal 245 10 255 5 137 0 40 451 133 43
Binary 10100101 1000 10101101 101 1011111 0 100000 100101001 1011011 100011

Color Harmonies of #A508AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508AD

Black with #A508AD

Text Example


Text Example

White with #A508AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508AD; }

 p { color: rgb(165,8,173); }

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

background-color css

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

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

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

border-color css

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

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

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