Html Css Color HEX #A51EA0 Dark Magenta

📋 copy color: '#A51EA0'

red 165 ◦ green 30 ◦ blue 160

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

Shades of Dark Magenta #A51EA0

Tints of Dark Magenta #A51EA0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.45%

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

R = 46.48%
G = 8.45%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A51EA0 (or 0xA51EA0) is known color: Dark Magenta. HEX triplet: A5, 1E and A0. RGB value is (165,30,160). Sum of RGB (Red+Green+Blue) = 165+30+160=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A51EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51EA0 is #5AE15F. Grayscale: #545454. Windows color (decimal): -5955936 or 10493605. OLE color: 10493605.

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

Color convert

RGB 165 30 160 -
CMYK 0 0.82 0.03 0.35
HSL 302.22º 0.69% 0.38% -
HSV(B) 302.22º 0.82% 0.65% -
XYZ 22.33 11.47 34.29 -
YUV 85.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 165 30 160 0 0.82 0.03 0.35 302.22 0.69 0.38
Hex A5 1E A0 0 52 3 23 12E 45 26
Octal 245 36 240 0 122 3 43 456 105 46
Binary 10100101 11110 10100000 0 1010010 11 100011 100101110 1000101 100110

Color Harmonies of #A51EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EA0

Black with #A51EA0

Text Example


Text Example

White with #A51EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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