Html Css Color HEX #A303AD Dark Magenta

📋 copy color: '#A303AD'

red 163 ◦ green 3 ◦ blue 173

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

Shades of Dark Magenta #A303AD

Tints of Dark Magenta #A303AD

RGB

 RED value IS 163 (64.06% from 255) = 48.08%

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

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 48.08%
G = 0.88%
B = 51.03%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A303AD (or 0xA303AD) is known color: Dark Magenta. HEX triplet: A3, 03 and AD. RGB value is (163,3,173). Sum of RGB (Red+Green+Blue) = 163+3+173=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #A303AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A303AD is #5CFC52. Grayscale: #454545. Windows color (decimal): -6093907 or 11338659. OLE color: 11338659.

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

Color convert

RGB 163 3 173 -
CMYK 0.06 0.98 0 0.32
HSL 296.47º 0.97% 0.35% -
HSV(B) 296.47º 0.98% 0.68% -
XYZ 22.68 10.87 40.44 -
YUV 70.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 163 3 173 0.06 0.98 0 0.32 296.47 0.97 0.35
Hex A3 3 AD 6 62 0 20 128 61 23
Octal 243 3 255 6 142 0 40 450 141 43
Binary 10100011 11 10101101 110 1100010 0 100000 100101000 1100001 100011

Color Harmonies of #A303AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A303AD

Black with #A303AD

Text Example


Text Example

White with #A303AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A303AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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