Html Css Color HEX #A303A0 Dark Magenta

📋 copy color: '#A303A0'

red 163 ◦ green 3 ◦ blue 160

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

Shades of Dark Magenta #A303A0

Tints of Dark Magenta #A303A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 50%
G = 0.92%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A303A0 (or 0xA303A0) is known color: Dark Magenta. HEX triplet: A3, 03 and A0. RGB value is (163,3,160). Sum of RGB (Red+Green+Blue) = 163+3+160=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A303A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A303A0 is #5CFC5F. Grayscale: #444444. Windows color (decimal): -6093920 or 10486691. OLE color: 10486691.

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

Color convert

RGB 163 3 160 -
CMYK 0 0.98 0.02 0.36
HSL 301.13º 0.96% 0.33% -
HSV(B) 301.13º 0.98% 0.64% -
XYZ 21.48 10.39 34.13 -
YUV 68.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 163 3 160 0 0.98 0.02 0.36 301.13 0.96 0.33
Hex A3 3 A0 0 62 2 24 12D 60 21
Octal 243 3 240 0 142 2 44 455 140 41
Binary 10100011 11 10100000 0 1100010 10 100100 100101101 1100000 100001

Color Harmonies of #A303A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A303A0

Black with #A303A0

Text Example


Text Example

White with #A303A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A303A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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