Html Css Color HEX #A803A3 Dark Magenta

📋 copy color: '#A803A3'

red 168 ◦ green 3 ◦ blue 163

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

Shades of Dark Magenta #A803A3

Tints of Dark Magenta #A803A3

RGB

 RED value IS 168 (66.02% from 255) = 50.3%

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

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

R = 50.3%
G = 0.9%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A803A3 (or 0xA803A3) is known color: Dark Magenta. HEX triplet: A8, 03 and A3. RGB value is (168,3,163). Sum of RGB (Red+Green+Blue) = 168+3+163=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A803A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A803A3 is #57FC5C. Grayscale: #464646. Windows color (decimal): -5766237 or 10683304. OLE color: 10683304.

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

Color convert

RGB 168 3 163 -
CMYK 0 0.98 0.03 0.34
HSL 301.82º 0.96% 0.34% -
HSV(B) 301.82º 0.98% 0.66% -
XYZ 22.79 11.03 35.58 -
YUV 70.58 180.16 197.49 -
System Red Green Blue C M Y K H S L
Decimal 168 3 163 0 0.98 0.03 0.34 301.82 0.96 0.34
Hex A8 3 A3 0 62 3 22 12E 60 22
Octal 250 3 243 0 142 3 42 456 140 42
Binary 10101000 11 10100011 0 1100010 11 100010 100101110 1100000 100010

Color Harmonies of #A803A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A803A3

Black with #A803A3

Text Example


Text Example

White with #A803A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A803A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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