Html Css Color HEX #A603AF Dark Magenta

📋 copy color: '#A603AF'

red 166 ◦ green 3 ◦ blue 175

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

Shades of Dark Magenta #A603AF

Tints of Dark Magenta #A603AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 48.26%
G = 0.87%
B = 50.87%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A603AF (or 0xA603AF) is known color: Dark Magenta. HEX triplet: A6, 03 and AF. RGB value is (166,3,175). Sum of RGB (Red+Green+Blue) = 166+3+175=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #A603AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A603AF is #59FC50. Grayscale: #464646. Windows color (decimal): -5897297 or 11469734. OLE color: 11469734.

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

Color convert

RGB 166 3 175 -
CMYK 0.05 0.98 0 0.31
HSL 296.86º 0.97% 0.35% -
HSV(B) 296.86º 0.98% 0.69% -
XYZ 23.5 11.27 41.49 -
YUV 71.35 186.5 195.51 -
System Red Green Blue C M Y K H S L
Decimal 166 3 175 0.05 0.98 0 0.31 296.86 0.97 0.35
Hex A6 3 AF 5 62 0 1F 129 61 23
Octal 246 3 257 5 142 0 37 451 141 43
Binary 10100110 11 10101111 101 1100010 0 11111 100101001 1100001 100011

Color Harmonies of #A603AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603AF

Black with #A603AF

Text Example


Text Example

White with #A603AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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