Html Css Color HEX #A803AB Dark Magenta

📋 copy color: '#A803AB'

red 168 ◦ green 3 ◦ blue 171

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

Shades of Dark Magenta #A803AB

Tints of Dark Magenta #A803AB

RGB

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

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

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

R = 49.12%
G = 0.88%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A803AB (or 0xA803AB) is known color: Dark Magenta. HEX triplet: A8, 03 and AB. RGB value is (168,3,171). Sum of RGB (Red+Green+Blue) = 168+3+171=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #A803AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A803AB is #57FC54. Grayscale: #464646. Windows color (decimal): -5766229 or 11207592. OLE color: 11207592.

HSL color Cylindrical-coordinate representation of color #A803AB: hue angle of 298.93º 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 #A803AB is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 3 171 -
CMYK 0.02 0.98 0 0.33
HSL 298.93º 0.97% 0.34% -
HSV(B) 298.93º 0.98% 0.67% -
XYZ 23.53 11.33 39.47 -
YUV 71.49 184.16 196.84 -
System Red Green Blue C M Y K H S L
Decimal 168 3 171 0.02 0.98 0 0.33 298.93 0.97 0.34
Hex A8 3 AB 2 62 0 21 12B 61 22
Octal 250 3 253 2 142 0 41 453 141 42
Binary 10101000 11 10101011 10 1100010 0 100001 100101011 1100001 100010

Color Harmonies of #A803AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A803AB

Black with #A803AB

Text Example


Text Example

White with #A803AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A803AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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