Html Css Color HEX #A51A9E Dark Magenta

📋 copy color: '#A51A9E'

red 165 ◦ green 26 ◦ blue 158

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

Shades of Dark Magenta #A51A9E

Tints of Dark Magenta #A51A9E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.45%

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 47.28%
G = 7.45%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A51A9E (or 0xA51A9E) is known color: Dark Magenta. HEX triplet: A5, 1A and 9E. RGB value is (165,26,158). Sum of RGB (Red+Green+Blue) = 165+26+158=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51A9E is #5AE561. Grayscale: #525252. Windows color (decimal): -5956962 or 10361509. OLE color: 10361509.

HSL color Cylindrical-coordinate representation of color #A51A9E: hue angle of 303.02º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A9E is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 158 -
CMYK 0 0.84 0.04 0.35
HSL 303.02º 0.73% 0.37% -
HSV(B) 303.02º 0.84% 0.65% -
XYZ 22.06 11.21 33.35 -
YUV 82.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 165 26 158 0 0.84 0.04 0.35 303.02 0.73 0.37
Hex A5 1A 9E 0 54 4 23 12F 49 25
Octal 245 32 236 0 124 4 43 457 111 45
Binary 10100101 11010 10011110 0 1010100 100 100011 100101111 1001001 100101

Color Harmonies of #A51A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A9E

Black with #A51A9E

Text Example


Text Example

White with #A51A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A9E; }

 p { color: rgb(165,26,158); }

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

background-color css

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

 a { background-color: rgb(165,26,158); }

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

border-color css

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

 span { border-color: rgb(165,26,158); }

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