Html Css Color HEX #A51B93 Dark Magenta

📋 copy color: '#A51B93'

red 165 ◦ green 27 ◦ blue 147

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

Shades of Dark Magenta #A51B93

Tints of Dark Magenta #A51B93

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.96%

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 48.67%
G = 7.96%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A51B93 (or 0xA51B93) is known color: Dark Magenta. HEX triplet: A5, 1B and 93. RGB value is (165,27,147). Sum of RGB (Red+Green+Blue) = 165+27+147=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51B93 is #5AE46C. Grayscale: #515151. Windows color (decimal): -5956717 or 9640869. OLE color: 9640869.

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

Color convert

RGB 165 27 147 -
CMYK 0 0.84 0.11 0.35
HSL 307.83º 0.72% 0.38% -
HSV(B) 307.83º 0.84% 0.65% -
XYZ 21.18 10.89 28.59 -
YUV 81.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 165 27 147 0 0.84 0.11 0.35 307.83 0.72 0.38
Hex A5 1B 93 0 54 B 23 134 48 26
Octal 245 33 223 0 124 13 43 464 110 46
Binary 10100101 11011 10010011 0 1010100 1011 100011 100110100 1001000 100110

Color Harmonies of #A51B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51B93

Black with #A51B93

Text Example


Text Example

White with #A51B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51B93; }

 p { color: rgb(165,27,147); }

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

background-color css

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

 a { background-color: rgb(165,27,147); }

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

border-color css

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

 span { border-color: rgb(165,27,147); }

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