Html Css Color HEX #A81AA5 Dark Magenta

📋 copy color: '#A81AA5'

red 168 ◦ green 26 ◦ blue 165

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

Shades of Dark Magenta #A81AA5

Tints of Dark Magenta #A81AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.96%

R = 46.8%
G = 7.24%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A81AA5 (or 0xA81AA5) is known color: Dark Magenta. HEX triplet: A8, 1A and A5. RGB value is (168,26,165). Sum of RGB (Red+Green+Blue) = 168+26+165=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A81AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81AA5 is #57E55A. Grayscale: #535353. Windows color (decimal): -5760347 or 10820264. OLE color: 10820264.

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

Color convert

RGB 168 26 165 -
CMYK 0 0.85 0.02 0.34
HSL 301.27º 0.73% 0.38% -
HSV(B) 301.27º 0.85% 0.66% -
XYZ 23.31 11.78 36.64 -
YUV 84.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 168 26 165 0 0.85 0.02 0.34 301.27 0.73 0.38
Hex A8 1A A5 0 55 2 22 12D 49 26
Octal 250 32 245 0 125 2 42 455 111 46
Binary 10101000 11010 10100101 0 1010101 10 100010 100101101 1001001 100110

Color Harmonies of #A81AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AA5

Black with #A81AA5

Text Example


Text Example

White with #A81AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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