Html Css Color HEX #A30E90 Dark Magenta

📋 copy color: '#A30E90'

red 163 ◦ green 14 ◦ blue 144

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

Shades of Dark Magenta #A30E90

Tints of Dark Magenta #A30E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 50.78%
G = 4.36%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A30E90 (or 0xA30E90) is known color: Dark Magenta. HEX triplet: A3, 0E and 90. RGB value is (163,14,144). Sum of RGB (Red+Green+Blue) = 163+14+144=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E90 is #5CF16F. Grayscale: #494949. Windows color (decimal): -6091120 or 9440931. OLE color: 9440931.

HSL color Cylindrical-coordinate representation of color #A30E90: hue angle of 307.65º 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 #A30E90 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 14 144 -
CMYK 0 0.91 0.12 0.36
HSL 307.65º 0.84% 0.35% -
HSV(B) 307.65º 0.91% 0.64% -
XYZ 20.3 10.11 27.27 -
YUV 73.37 167.86 191.93 -
System Red Green Blue C M Y K H S L
Decimal 163 14 144 0 0.91 0.12 0.36 307.65 0.84 0.35
Hex A3 E 90 0 5B C 24 134 54 23
Octal 243 16 220 0 133 14 44 464 124 43
Binary 10100011 1110 10010000 0 1011011 1100 100100 100110100 1010100 100011

Color Harmonies of #A30E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E90

Black with #A30E90

Text Example


Text Example

White with #A30E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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