Html Css Color HEX #A508AA Dark Magenta

📋 copy color: '#A508AA'

red 165 ◦ green 8 ◦ blue 170

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

Shades of Dark Magenta #A508AA

Tints of Dark Magenta #A508AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 48.1%
G = 2.33%
B = 49.56%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A508AA (or 0xA508AA) is known color: Dark Magenta. HEX triplet: A5, 08 and AA. RGB value is (165,8,170). Sum of RGB (Red+Green+Blue) = 165+8+170=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A508AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A508AA is #5AF755. Grayscale: #484848. Windows color (decimal): -5961558 or 11143333. OLE color: 11143333.

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

Color convert

RGB 165 8 170 -
CMYK 0.03 0.95 0 0.33
HSL 298.15º 0.91% 0.35% -
HSV(B) 298.15º 0.95% 0.67% -
XYZ 22.86 11.08 38.96 -
YUV 73.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 165 8 170 0.03 0.95 0 0.33 298.15 0.91 0.35
Hex A5 8 AA 3 5F 0 21 12A 5B 23
Octal 245 10 252 3 137 0 41 452 133 43
Binary 10100101 1000 10101010 11 1011111 0 100001 100101010 1011011 100011

Color Harmonies of #A508AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508AA

Black with #A508AA

Text Example


Text Example

White with #A508AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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