Html Css Color HEX #A605AF Dark Magenta

📋 copy color: '#A605AF'

red 166 ◦ green 5 ◦ blue 175

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

Shades of Dark Magenta #A605AF

Tints of Dark Magenta #A605AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

 BLUE value IS 175 (68.75% from 255) = 50.58%

R = 47.98%
G = 1.45%
B = 50.58%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A605AF (or 0xA605AF) is known color: Dark Magenta. HEX triplet: A6, 05 and AF. RGB value is (166,5,175). Sum of RGB (Red+Green+Blue) = 166+5+175=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #A605AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A605AF is #59FA50. Grayscale: #484848. Windows color (decimal): -5896785 or 11470246. OLE color: 11470246.

HSL color Cylindrical-coordinate representation of color #A605AF: hue angle of 296.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A605AF is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 5 175 -
CMYK 0.05 0.97 0 0.31
HSL 296.82º 0.94% 0.35% -
HSV(B) 296.82º 0.97% 0.69% -
XYZ 23.52 11.31 41.5 -
YUV 72.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 166 5 175 0.05 0.97 0 0.31 296.82 0.94 0.35
Hex A6 5 AF 5 61 0 1F 129 5E 23
Octal 246 5 257 5 141 0 37 451 136 43
Binary 10100110 101 10101111 101 1100001 0 11111 100101001 1011110 100011

Color Harmonies of #A605AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A605AF

Black with #A605AF

Text Example


Text Example

White with #A605AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A605AF; }

 p { color: rgb(166,5,175); }

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

background-color css

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

 a { background-color: rgb(166,5,175); }

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

border-color css

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

 span { border-color: rgb(166,5,175); }

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