Html Css Color HEX #A813AB Dark Magenta

📋 copy color: '#A813AB'

red 168 ◦ green 19 ◦ blue 171

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

Shades of Dark Magenta #A813AB

Tints of Dark Magenta #A813AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 46.93%
G = 5.31%
B = 47.77%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A813AB (or 0xA813AB) is known color: Dark Magenta. HEX triplet: A8, 13 and AB. RGB value is (168,19,171). Sum of RGB (Red+Green+Blue) = 168+19+171=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #A813AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A813AB is #57EC54. Grayscale: #505050. Windows color (decimal): -5762133 or 11211688. OLE color: 11211688.

HSL color Cylindrical-coordinate representation of color #A813AB: hue angle of 298.82º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A813AB is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 19 171 -
CMYK 0.02 0.89 0 0.33
HSL 298.82º 0.8% 0.37% -
HSV(B) 298.82º 0.89% 0.67% -
XYZ 23.73 11.73 39.54 -
YUV 80.88 178.86 190.14 -
System Red Green Blue C M Y K H S L
Decimal 168 19 171 0.02 0.89 0 0.33 298.82 0.8 0.37
Hex A8 13 AB 2 59 0 21 12B 50 25
Octal 250 23 253 2 131 0 41 453 120 45
Binary 10101000 10011 10101011 10 1011001 0 100001 100101011 1010000 100101

Color Harmonies of #A813AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813AB

Black with #A813AB

Text Example


Text Example

White with #A813AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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