Html Css Color HEX #A604AB Dark Magenta

📋 copy color: '#A604AB'

red 166 ◦ green 4 ◦ blue 171

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

Shades of Dark Magenta #A604AB

Tints of Dark Magenta #A604AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 48.68%
G = 1.17%
B = 50.15%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A604AB (or 0xA604AB) is known color: Dark Magenta. HEX triplet: A6, 04 and AB. RGB value is (166,4,171). Sum of RGB (Red+Green+Blue) = 166+4+171=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #A604AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A604AB is #59FB54. Grayscale: #464646. Windows color (decimal): -5897045 or 11207846. OLE color: 11207846.

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

Color convert

RGB 166 4 171 -
CMYK 0.03 0.98 0 0.33
HSL 298.2º 0.95% 0.34% -
HSV(B) 298.2º 0.98% 0.67% -
XYZ 23.12 11.13 39.46 -
YUV 71.48 184.17 195.42 -
System Red Green Blue C M Y K H S L
Decimal 166 4 171 0.03 0.98 0 0.33 298.2 0.95 0.34
Hex A6 4 AB 3 62 0 21 12A 5F 22
Octal 246 4 253 3 142 0 41 452 137 42
Binary 10100110 100 10101011 11 1100010 0 100001 100101010 1011111 100010

Color Harmonies of #A604AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604AB

Black with #A604AB

Text Example


Text Example

White with #A604AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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