Html Css Color HEX #A81AAB Dark Magenta

📋 copy color: '#A81AAB'

red 168 ◦ green 26 ◦ blue 171

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

Shades of Dark Magenta #A81AAB

Tints of Dark Magenta #A81AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.12%

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

R = 46.03%
G = 7.12%
B = 46.85%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A81AAB (or 0xA81AAB) is known color: Dark Magenta. HEX triplet: A8, 1A and AB. RGB value is (168,26,171). Sum of RGB (Red+Green+Blue) = 168+26+171=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #A81AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81AAB is #57E554. Grayscale: #545454. Windows color (decimal): -5760341 or 11213480. OLE color: 11213480.

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

Color convert

RGB 168 26 171 -
CMYK 0.02 0.85 0 0.33
HSL 298.76º 0.74% 0.39% -
HSV(B) 298.76º 0.85% 0.67% -
XYZ 23.87 12 39.59 -
YUV 84.99 176.54 187.21 -
System Red Green Blue C M Y K H S L
Decimal 168 26 171 0.02 0.85 0 0.33 298.76 0.74 0.39
Hex A8 1A AB 2 55 0 21 12B 4A 27
Octal 250 32 253 2 125 0 41 453 112 47
Binary 10101000 11010 10101011 10 1010101 0 100001 100101011 1001010 100111

Color Harmonies of #A81AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AAB

Black with #A81AAB

Text Example


Text Example

White with #A81AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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