Html Css Color HEX #A61398 Dark Magenta

📋 copy color: '#A61398'

red 166 ◦ green 19 ◦ blue 152

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

Shades of Dark Magenta #A61398

Tints of Dark Magenta #A61398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 49.26%
G = 5.64%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A61398 (or 0xA61398) is known color: Dark Magenta. HEX triplet: A6, 13 and 98. RGB value is (166,19,152). Sum of RGB (Red+Green+Blue) = 166+19+152=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A61398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61398 is #59EC67. Grayscale: #4D4D4D. Windows color (decimal): -5893224 or 9966502. OLE color: 9966502.

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

Color convert

RGB 166 19 152 -
CMYK 0 0.89 0.08 0.35
HSL 305.71º 0.79% 0.36% -
HSV(B) 305.71º 0.89% 0.65% -
XYZ 21.63 10.84 30.66 -
YUV 78.12 169.7 190.69 -
System Red Green Blue C M Y K H S L
Decimal 166 19 152 0 0.89 0.08 0.35 305.71 0.79 0.36
Hex A6 13 98 0 59 8 23 132 4F 24
Octal 246 23 230 0 131 10 43 462 117 44
Binary 10100110 10011 10011000 0 1011001 1000 100011 100110010 1001111 100100

Color Harmonies of #A61398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61398

Black with #A61398

Text Example


Text Example

White with #A61398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61398; }

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

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

background-color css

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

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

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

border-color css

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

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

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