Html Css Color HEX #A51A9C Dark Magenta

📋 copy color: '#A51A9C'

red 165 ◦ green 26 ◦ blue 156

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

Shades of Dark Magenta #A51A9C

Tints of Dark Magenta #A51A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 47.55%
G = 7.49%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A51A9C (or 0xA51A9C) is known color: Dark Magenta. HEX triplet: A5, 1A and 9C. RGB value is (165,26,156). Sum of RGB (Red+Green+Blue) = 165+26+156=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51A9C is #5AE563. Grayscale: #525252. Windows color (decimal): -5956964 or 10230437. OLE color: 10230437.

HSL color Cylindrical-coordinate representation of color #A51A9C: hue angle of 303.88º 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 #A51A9C is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 156 -
CMYK 0 0.84 0.05 0.35
HSL 303.88º 0.73% 0.37% -
HSV(B) 303.88º 0.84% 0.65% -
XYZ 21.89 11.14 32.45 -
YUV 82.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 165 26 156 0 0.84 0.05 0.35 303.88 0.73 0.37
Hex A5 1A 9C 0 54 5 23 130 49 25
Octal 245 32 234 0 124 5 43 460 111 45
Binary 10100101 11010 10011100 0 1010100 101 100011 100110000 1001001 100101

Color Harmonies of #A51A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A9C

Black with #A51A9C

Text Example


Text Example

White with #A51A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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