Html Css Color HEX #A613AE Dark Magenta

📋 copy color: '#A613AE'

red 166 ◦ green 19 ◦ blue 174

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

Shades of Dark Magenta #A613AE

Tints of Dark Magenta #A613AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 46.24%
G = 5.29%
B = 48.47%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A613AE (or 0xA613AE) is known color: Dark Magenta. HEX triplet: A6, 13 and AE. RGB value is (166,19,174). Sum of RGB (Red+Green+Blue) = 166+19+174=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #A613AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A613AE is #59EC51. Grayscale: #505050. Windows color (decimal): -5893202 or 11408294. OLE color: 11408294.

HSL color Cylindrical-coordinate representation of color #A613AE: hue angle of 296.9º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A613AE is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 19 174 -
CMYK 0.05 0.89 0 0.32
HSL 296.9º 0.8% 0.38% -
HSV(B) 296.9º 0.89% 0.68% -
XYZ 23.6 11.63 41.05 -
YUV 80.62 180.7 188.9 -
System Red Green Blue C M Y K H S L
Decimal 166 19 174 0.05 0.89 0 0.32 296.9 0.8 0.38
Hex A6 13 AE 5 59 0 20 129 50 26
Octal 246 23 256 5 131 0 40 451 120 46
Binary 10100110 10011 10101110 101 1011001 0 100000 100101001 1010000 100110

Color Harmonies of #A613AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613AE

Black with #A613AE

Text Example


Text Example

White with #A613AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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