Html Css Color HEX #A613A5 Dark Magenta

📋 copy color: '#A613A5'

red 166 ◦ green 19 ◦ blue 165

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

Shades of Dark Magenta #A613A5

Tints of Dark Magenta #A613A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 47.43%
G = 5.43%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A613A5 (or 0xA613A5) is known color: Dark Magenta. HEX triplet: A6, 13 and A5. RGB value is (166,19,165). Sum of RGB (Red+Green+Blue) = 166+19+165=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A613A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A613A5 is #59EC5A. Grayscale: #4F4F4F. Windows color (decimal): -5893211 or 10818470. OLE color: 10818470.

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

Color convert

RGB 166 19 165 -
CMYK 0 0.89 0.01 0.35
HSL 300.41º 0.79% 0.36% -
HSV(B) 300.41º 0.89% 0.65% -
XYZ 22.75 11.29 36.58 -
YUV 79.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 166 19 165 0 0.89 0.01 0.35 300.41 0.79 0.36
Hex A6 13 A5 0 59 1 23 12C 4F 24
Octal 246 23 245 0 131 1 43 454 117 44
Binary 10100110 10011 10100101 0 1011001 1 100011 100101100 1001111 100100

Color Harmonies of #A613A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613A5

Black with #A613A5

Text Example


Text Example

White with #A613A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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