Html Css Color HEX #A603A3 Dark Magenta

📋 copy color: '#A603A3'

red 166 ◦ green 3 ◦ blue 163

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

Shades of Dark Magenta #A603A3

Tints of Dark Magenta #A603A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 49.1%

R = 50%
G = 0.9%
B = 49.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A603A3 (or 0xA603A3) is known color: Dark Magenta. HEX triplet: A6, 03 and A3. RGB value is (166,3,163). Sum of RGB (Red+Green+Blue) = 166+3+163=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 163 (64.06% from 255 or 49.10% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A603A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A603A3 is #59FC5C. Grayscale: #454545. Windows color (decimal): -5897309 or 10683302. OLE color: 10683302.

HSL color Cylindrical-coordinate representation of color #A603A3: hue angle of 301.1º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A603A3 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 3 163 -
CMYK 0 0.98 0.02 0.35
HSL 301.1º 0.96% 0.33% -
HSV(B) 301.1º 0.98% 0.65% -
XYZ 22.37 10.82 35.56 -
YUV 69.98 180.5 196.49 -
System Red Green Blue C M Y K H S L
Decimal 166 3 163 0 0.98 0.02 0.35 301.1 0.96 0.33
Hex A6 3 A3 0 62 2 23 12D 60 21
Octal 246 3 243 0 142 2 43 455 140 41
Binary 10100110 11 10100011 0 1100010 10 100011 100101101 1100000 100001

Color Harmonies of #A603A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603A3

Black with #A603A3

Text Example


Text Example

White with #A603A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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