Html Css Color HEX #A300AB Dark Magenta

📋 copy color: '#A300AB'

red 163 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #A300AB

Tints of Dark Magenta #A300AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.8%
G = 0%
B = 51.2%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A300AB (or 0xA300AB) is known color: Dark Magenta. HEX triplet: A3, 00 and AB. RGB value is (163,0,171). Sum of RGB (Red+Green+Blue) = 163+0+171=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #A300AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300AB is #5CFF54. Grayscale: #434343. Windows color (decimal): -6094677 or 11206819. OLE color: 11206819.

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

Color convert

RGB 163 0 171 -
CMYK 0.05 1 0 0.33
HSL 297.19º 1% 0.34% -
HSV(B) 297.19º 1% 0.67% -
XYZ 22.45 10.73 39.42 -
YUV 68.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 163 0 171 0.05 1 0 0.33 297.19 1 0.34
Hex A3 0 AB 5 64 0 21 129 64 22
Octal 243 0 253 5 144 0 41 451 144 42
Binary 10100011 0 10101011 101 1100100 0 100001 100101001 1100100 100010

Color Harmonies of #A300AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300AB

Black with #A300AB

Text Example


Text Example

White with #A300AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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