Html Css Color HEX #A20CAE Dark Magenta

📋 copy color: '#A20CAE'

red 162 ◦ green 12 ◦ blue 174

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

Shades of Dark Magenta #A20CAE

Tints of Dark Magenta #A20CAE

RGB

 RED value IS 162 (63.67% from 255) = 46.55%

 GREEN value IS 12 (5.08% from 255) = 3.45%

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

R = 46.55%
G = 3.45%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A20CAE (or 0xA20CAE) is known color: Dark Magenta. HEX triplet: A2, 0C and AE. RGB value is (162,12,174). Sum of RGB (Red+Green+Blue) = 162+12+174=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #A20CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20CAE is #5DF351. Grayscale: #4A4A4A. Windows color (decimal): -6157138 or 11406498. OLE color: 11406498.

HSL color Cylindrical-coordinate representation of color #A20CAE: hue angle of 295.56º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20CAE is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 12 174 -
CMYK 0.07 0.93 0 0.32
HSL 295.56º 0.87% 0.36% -
HSV(B) 295.56º 0.93% 0.68% -
XYZ 22.67 11 40.97 -
YUV 75.32 183.7 189.83 -
System Red Green Blue C M Y K H S L
Decimal 162 12 174 0.07 0.93 0 0.32 295.56 0.87 0.36
Hex A2 C AE 7 5D 0 20 128 57 24
Octal 242 14 256 7 135 0 40 450 127 44
Binary 10100010 1100 10101110 111 1011101 0 100000 100101000 1010111 100100

Color Harmonies of #A20CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CAE

Black with #A20CAE

Text Example


Text Example

White with #A20CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CAE; }

 p { color: rgb(162,12,174); }

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

background-color css

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

 a { background-color: rgb(162,12,174); }

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

border-color css

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

 span { border-color: rgb(162,12,174); }

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