Html Css Color HEX #A613AB Dark Magenta

📋 copy color: '#A613AB'

red 166 ◦ green 19 ◦ blue 171

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

Shades of Dark Magenta #A613AB

Tints of Dark Magenta #A613AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 46.63%
G = 5.34%
B = 48.03%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A613AB (or 0xA613AB) is known color: Dark Magenta. HEX triplet: A6, 13 and AB. RGB value is (166,19,171). Sum of RGB (Red+Green+Blue) = 166+19+171=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #A613AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A613AB is #59EC54. Grayscale: #4F4F4F. Windows color (decimal): -5893205 or 11211686. OLE color: 11211686.

HSL color Cylindrical-coordinate representation of color #A613AB: hue angle of 298.03º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A613AB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 19 171 -
CMYK 0.03 0.89 0 0.33
HSL 298.03º 0.8% 0.37% -
HSV(B) 298.03º 0.89% 0.67% -
XYZ 23.31 11.51 39.52 -
YUV 80.28 179.2 189.14 -
System Red Green Blue C M Y K H S L
Decimal 166 19 171 0.03 0.89 0 0.33 298.03 0.8 0.37
Hex A6 13 AB 3 59 0 21 12A 50 25
Octal 246 23 253 3 131 0 41 452 120 45
Binary 10100110 10011 10101011 11 1011001 0 100001 100101010 1010000 100101

Color Harmonies of #A613AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613AB

Black with #A613AB

Text Example


Text Example

White with #A613AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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