Html Css Color HEX #A81BA4 Dark Magenta

📋 copy color: '#A81BA4'

red 168 ◦ green 27 ◦ blue 164

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

Shades of Dark Magenta #A81BA4

Tints of Dark Magenta #A81BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.68%

R = 46.8%
G = 7.52%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A81BA4 (or 0xA81BA4) is known color: Dark Magenta. HEX triplet: A8, 1B and A4. RGB value is (168,27,164). Sum of RGB (Red+Green+Blue) = 168+27+164=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A81BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81BA4 is #57E45B. Grayscale: #545454. Windows color (decimal): -5760092 or 10754984. OLE color: 10754984.

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

Color convert

RGB 168 27 164 -
CMYK 0 0.84 0.02 0.34
HSL 301.7º 0.72% 0.38% -
HSV(B) 301.7º 0.84% 0.66% -
XYZ 23.24 11.79 36.17 -
YUV 84.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 168 27 164 0 0.84 0.02 0.34 301.7 0.72 0.38
Hex A8 1B A4 0 54 2 22 12E 48 26
Octal 250 33 244 0 124 2 42 456 110 46
Binary 10101000 11011 10100100 0 1010100 10 100010 100101110 1001000 100110

Color Harmonies of #A81BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BA4

Black with #A81BA4

Text Example


Text Example

White with #A81BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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