Html Css Color HEX #A814AE Dark Magenta

📋 copy color: '#A814AE'

red 168 ◦ green 20 ◦ blue 174

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

Shades of Dark Magenta #A814AE

Tints of Dark Magenta #A814AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 46.41%
G = 5.52%
B = 48.07%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A814AE (or 0xA814AE) is known color: Dark Magenta. HEX triplet: A8, 14 and AE. RGB value is (168,20,174). Sum of RGB (Red+Green+Blue) = 168+20+174=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #A814AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A814AE is #57EB51. Grayscale: #515151. Windows color (decimal): -5761874 or 11408552. OLE color: 11408552.

HSL color Cylindrical-coordinate representation of color #A814AE: hue angle of 297.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A814AE is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 20 174 -
CMYK 0.03 0.89 0 0.32
HSL 297.66º 0.79% 0.38% -
HSV(B) 297.66º 0.89% 0.68% -
XYZ 24.04 11.88 41.07 -
YUV 81.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 168 20 174 0.03 0.89 0 0.32 297.66 0.79 0.38
Hex A8 14 AE 3 59 0 20 12A 4F 26
Octal 250 24 256 3 131 0 40 452 117 46
Binary 10101000 10100 10101110 11 1011001 0 100000 100101010 1001111 100110

Color Harmonies of #A814AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814AE

Black with #A814AE

Text Example


Text Example

White with #A814AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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