Html Css Color HEX #A523A0 Dark Magenta

📋 copy color: '#A523A0'

red 165 ◦ green 35 ◦ blue 160

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

Shades of Dark Magenta #A523A0

Tints of Dark Magenta #A523A0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.72%

 BLUE value IS 160 (62.89% from 255) = 44.44%

R = 45.83%
G = 9.72%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A523A0 (or 0xA523A0) is known color: Dark Magenta. HEX triplet: A5, 23 and A0. RGB value is (165,35,160). Sum of RGB (Red+Green+Blue) = 165+35+160=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A523A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A523A0 is #5ADC5F. Grayscale: #575757. Windows color (decimal): -5954656 or 10494885. OLE color: 10494885.

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

Color convert

RGB 165 35 160 -
CMYK 0 0.79 0.03 0.35
HSL 302.31º 0.65% 0.39% -
HSV(B) 302.31º 0.79% 0.65% -
XYZ 22.46 11.74 34.34 -
YUV 88.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 165 35 160 0 0.79 0.03 0.35 302.31 0.65 0.39
Hex A5 23 A0 0 4F 3 23 12E 41 27
Octal 245 43 240 0 117 3 43 456 101 47
Binary 10100101 100011 10100000 0 1001111 11 100011 100101110 1000001 100111

Color Harmonies of #A523A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523A0

Black with #A523A0

Text Example


Text Example

White with #A523A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523A0; }

 p { color: rgb(165,35,160); }

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

background-color css

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

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

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

border-color css

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

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

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