Html Css Color HEX #A814AA Dark Magenta

📋 copy color: '#A814AA'

red 168 ◦ green 20 ◦ blue 170

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

Shades of Dark Magenta #A814AA

Tints of Dark Magenta #A814AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 46.93%
G = 5.59%
B = 47.49%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A814AA (or 0xA814AA) is known color: Dark Magenta. HEX triplet: A8, 14 and AA. RGB value is (168,20,170). Sum of RGB (Red+Green+Blue) = 168+20+170=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #A814AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A814AA is #57EB55. Grayscale: #505050. Windows color (decimal): -5761878 or 11146408. OLE color: 11146408.

HSL color Cylindrical-coordinate representation of color #A814AA: hue angle of 299.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A814AA is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 20 170 -
CMYK 0.01 0.88 0 0.33
HSL 299.2º 0.79% 0.37% -
HSV(B) 299.2º 0.88% 0.67% -
XYZ 23.65 11.73 39.05 -
YUV 81.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 168 20 170 0.01 0.88 0 0.33 299.2 0.79 0.37
Hex A8 14 AA 1 58 0 21 12B 4F 25
Octal 250 24 252 1 130 0 41 453 117 45
Binary 10101000 10100 10101010 1 1011000 0 100001 100101011 1001111 100101

Color Harmonies of #A814AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814AA

Black with #A814AA

Text Example


Text Example

White with #A814AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814AA; }

 p { color: rgb(168,20,170); }

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

background-color css

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

 a { background-color: rgb(168,20,170); }

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

border-color css

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

 span { border-color: rgb(168,20,170); }

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