Html Css Color HEX #A51690 Dark Magenta

📋 copy color: '#A51690'

red 165 ◦ green 22 ◦ blue 144

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

Shades of Dark Magenta #A51690

Tints of Dark Magenta #A51690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.65%

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 49.85%
G = 6.65%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A51690 (or 0xA51690) is known color: Dark Magenta. HEX triplet: A5, 16 and 90. RGB value is (165,22,144). Sum of RGB (Red+Green+Blue) = 165+22+144=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51690 is #5AE96F. Grayscale: #4E4E4E. Windows color (decimal): -5958000 or 9442981. OLE color: 9442981.

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

Color convert

RGB 165 22 144 -
CMYK 0 0.87 0.13 0.35
HSL 308.81º 0.76% 0.37% -
HSV(B) 308.81º 0.87% 0.65% -
XYZ 20.84 10.59 27.33 -
YUV 78.67 164.88 189.58 -
System Red Green Blue C M Y K H S L
Decimal 165 22 144 0 0.87 0.13 0.35 308.81 0.76 0.37
Hex A5 16 90 0 57 D 23 135 4C 25
Octal 245 26 220 0 127 15 43 465 114 45
Binary 10100101 10110 10010000 0 1010111 1101 100011 100110101 1001100 100101

Color Harmonies of #A51690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51690

Black with #A51690

Text Example


Text Example

White with #A51690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51690; }

 p { color: rgb(165,22,144); }

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

background-color css

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

 a { background-color: rgb(165,22,144); }

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

border-color css

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

 span { border-color: rgb(165,22,144); }

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