Html Css Color HEX #A81BA0 Dark Magenta

📋 copy color: '#A81BA0'

red 168 ◦ green 27 ◦ blue 160

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

Shades of Dark Magenta #A81BA0

Tints of Dark Magenta #A81BA0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 47.32%
G = 7.61%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A81BA0 (or 0xA81BA0) is known color: Dark Magenta. HEX triplet: A8, 1B and A0. RGB value is (168,27,160). Sum of RGB (Red+Green+Blue) = 168+27+160=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A81BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81BA0 is #57E45F. Grayscale: #535353. Windows color (decimal): -5760096 or 10492840. OLE color: 10492840.

HSL color Cylindrical-coordinate representation of color #A81BA0: hue angle of 303.4º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81BA0 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 27 160 -
CMYK 0 0.84 0.05 0.34
HSL 303.4º 0.72% 0.38% -
HSV(B) 303.4º 0.84% 0.66% -
XYZ 22.89 11.65 34.3 -
YUV 84.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 168 27 160 0 0.84 0.05 0.34 303.4 0.72 0.38
Hex A8 1B A0 0 54 5 22 12F 48 26
Octal 250 33 240 0 124 5 42 457 110 46
Binary 10101000 11011 10100000 0 1010100 101 100010 100101111 1001000 100110

Color Harmonies of #A81BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BA0

Black with #A81BA0

Text Example


Text Example

White with #A81BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BA0; }

 p { color: rgb(168,27,160); }

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

background-color css

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

 a { background-color: rgb(168,27,160); }

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

border-color css

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

 span { border-color: rgb(168,27,160); }

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