Html Css Color HEX #A613AA Dark Magenta

📋 copy color: '#A613AA'

red 166 ◦ green 19 ◦ blue 170

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

Shades of Dark Magenta #A613AA

Tints of Dark Magenta #A613AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 46.76%
G = 5.35%
B = 47.89%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A613AA (or 0xA613AA) is known color: Dark Magenta. HEX triplet: A6, 13 and AA. RGB value is (166,19,170). Sum of RGB (Red+Green+Blue) = 166+19+170=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #A613AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A613AA is #59EC55. Grayscale: #4F4F4F. Windows color (decimal): -5893206 or 11146150. OLE color: 11146150.

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

Color convert

RGB 166 19 170 -
CMYK 0.02 0.89 0 0.33
HSL 298.41º 0.8% 0.37% -
HSV(B) 298.41º 0.89% 0.67% -
XYZ 23.21 11.48 39.02 -
YUV 80.17 178.7 189.22 -
System Red Green Blue C M Y K H S L
Decimal 166 19 170 0.02 0.89 0 0.33 298.41 0.8 0.37
Hex A6 13 AA 2 59 0 21 12A 50 25
Octal 246 23 252 2 131 0 41 452 120 45
Binary 10100110 10011 10101010 10 1011001 0 100001 100101010 1010000 100101

Color Harmonies of #A613AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613AA

Black with #A613AA

Text Example


Text Example

White with #A613AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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