Html Css Color HEX #A30EAA Dark Magenta

📋 copy color: '#A30EAA'

red 163 ◦ green 14 ◦ blue 170

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

Shades of Dark Magenta #A30EAA

Tints of Dark Magenta #A30EAA

RGB

 RED value IS 163 (64.06% from 255) = 46.97%

 GREEN value IS 14 (5.86% from 255) = 4.03%

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

R = 46.97%
G = 4.03%
B = 48.99%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A30EAA (or 0xA30EAA) is known color: Dark Magenta. HEX triplet: A3, 0E and AA. RGB value is (163,14,170). Sum of RGB (Red+Green+Blue) = 163+14+170=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #A30EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30EAA is #5CF155. Grayscale: #4B4B4B. Windows color (decimal): -6091094 or 11144867. OLE color: 11144867.

HSL color Cylindrical-coordinate representation of color #A30EAA: hue angle of 297.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30EAA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 14 170 -
CMYK 0.04 0.92 0 0.33
HSL 297.31º 0.85% 0.36% -
HSV(B) 297.31º 0.92% 0.67% -
XYZ 22.52 11 38.97 -
YUV 76.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 163 14 170 0.04 0.92 0 0.33 297.31 0.85 0.36
Hex A3 E AA 4 5C 0 21 129 55 24
Octal 243 16 252 4 134 0 41 451 125 44
Binary 10100011 1110 10101010 100 1011100 0 100001 100101001 1010101 100100

Color Harmonies of #A30EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EAA

Black with #A30EAA

Text Example


Text Example

White with #A30EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EAA; }

 p { color: rgb(163,14,170); }

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

background-color css

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

 a { background-color: rgb(163,14,170); }

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

border-color css

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

 span { border-color: rgb(163,14,170); }

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