Html Css Color HEX #A30E99 Dark Magenta

📋 copy color: '#A30E99'

red 163 ◦ green 14 ◦ blue 153

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

Shades of Dark Magenta #A30E99

Tints of Dark Magenta #A30E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 49.39%
G = 4.24%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A30E99 (or 0xA30E99) is known color: Dark Magenta. HEX triplet: A3, 0E and 99. RGB value is (163,14,153). Sum of RGB (Red+Green+Blue) = 163+14+153=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E99 is #5CF166. Grayscale: #494949. Windows color (decimal): -6091111 or 10030755. OLE color: 10030755.

HSL color Cylindrical-coordinate representation of color #A30E99: hue angle of 304.03º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E99 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 14 153 -
CMYK 0 0.91 0.06 0.36
HSL 304.03º 0.84% 0.35% -
HSV(B) 304.03º 0.91% 0.64% -
XYZ 21.01 10.4 31.04 -
YUV 74.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 163 14 153 0 0.91 0.06 0.36 304.03 0.84 0.35
Hex A3 E 99 0 5B 6 24 130 54 23
Octal 243 16 231 0 133 6 44 460 124 43
Binary 10100011 1110 10011001 0 1011011 110 100100 100110000 1010100 100011

Color Harmonies of #A30E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E99

Black with #A30E99

Text Example


Text Example

White with #A30E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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