Html Css Color HEX #A61390 Dark Magenta

📋 copy color: '#A61390'

red 166 ◦ green 19 ◦ blue 144

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

Shades of Dark Magenta #A61390

Tints of Dark Magenta #A61390

RGB

 RED value IS 166 (65.23% from 255) = 50.46%

 GREEN value IS 19 (7.81% from 255) = 5.78%

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

R = 50.46%
G = 5.78%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A61390 (or 0xA61390) is known color: Dark Magenta. HEX triplet: A6, 13 and 90. RGB value is (166,19,144). Sum of RGB (Red+Green+Blue) = 166+19+144=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A61390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61390 is #59EC6F. Grayscale: #4C4C4C. Windows color (decimal): -5893232 or 9442214. OLE color: 9442214.

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

Color convert

RGB 166 19 144 -
CMYK 0 0.89 0.13 0.35
HSL 308.98º 0.79% 0.36% -
HSV(B) 308.98º 0.89% 0.65% -
XYZ 20.99 10.59 27.32 -
YUV 77.2 165.7 191.34 -
System Red Green Blue C M Y K H S L
Decimal 166 19 144 0 0.89 0.13 0.35 308.98 0.79 0.36
Hex A6 13 90 0 59 D 23 135 4F 24
Octal 246 23 220 0 131 15 43 465 117 44
Binary 10100110 10011 10010000 0 1011001 1101 100011 100110101 1001111 100100

Color Harmonies of #A61390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61390

Black with #A61390

Text Example


Text Example

White with #A61390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61390; }

 p { color: rgb(166,19,144); }

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

background-color css

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

 a { background-color: rgb(166,19,144); }

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

border-color css

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

 span { border-color: rgb(166,19,144); }

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