Html Css Color HEX #A303AB Dark Magenta

📋 copy color: '#A303AB'

red 163 ◦ green 3 ◦ blue 171

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

Shades of Dark Magenta #A303AB

Tints of Dark Magenta #A303AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 48.37%
G = 0.89%
B = 50.74%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A303AB (or 0xA303AB) is known color: Dark Magenta. HEX triplet: A3, 03 and AB. RGB value is (163,3,171). Sum of RGB (Red+Green+Blue) = 163+3+171=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #A303AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A303AB is #5CFC54. Grayscale: #454545. Windows color (decimal): -6093909 or 11207587. OLE color: 11207587.

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

Color convert

RGB 163 3 171 -
CMYK 0.05 0.98 0 0.33
HSL 297.14º 0.97% 0.34% -
HSV(B) 297.14º 0.98% 0.67% -
XYZ 22.49 10.79 39.43 -
YUV 69.99 185.01 194.34 -
System Red Green Blue C M Y K H S L
Decimal 163 3 171 0.05 0.98 0 0.33 297.14 0.97 0.34
Hex A3 3 AB 5 62 0 21 129 61 22
Octal 243 3 253 5 142 0 41 451 141 42
Binary 10100011 11 10101011 101 1100010 0 100001 100101001 1100001 100010

Color Harmonies of #A303AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A303AB

Black with #A303AB

Text Example


Text Example

White with #A303AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A303AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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