Html Css Color HEX #A81AA7 Dark Magenta

📋 copy color: '#A81AA7'

red 168 ◦ green 26 ◦ blue 167

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

Shades of Dark Magenta #A81AA7

Tints of Dark Magenta #A81AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.26%

R = 46.54%
G = 7.2%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A81AA7 (or 0xA81AA7) is known color: Dark Magenta. HEX triplet: A8, 1A and A7. RGB value is (168,26,167). Sum of RGB (Red+Green+Blue) = 168+26+167=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A81AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81AA7 is #57E558. Grayscale: #545454. Windows color (decimal): -5760345 or 10951336. OLE color: 10951336.

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

Color convert

RGB 168 26 167 -
CMYK 0 0.85 0.01 0.34
HSL 300.42º 0.73% 0.38% -
HSV(B) 300.42º 0.85% 0.66% -
XYZ 23.49 11.85 37.61 -
YUV 84.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 168 26 167 0 0.85 0.01 0.34 300.42 0.73 0.38
Hex A8 1A A7 0 55 1 22 12C 49 26
Octal 250 32 247 0 125 1 42 454 111 46
Binary 10101000 11010 10100111 0 1010101 1 100010 100101100 1001001 100110

Color Harmonies of #A81AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AA7

Black with #A81AA7

Text Example


Text Example

White with #A81AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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