Html Css Color HEX #A30E85 Dark Magenta

📋 copy color: '#A30E85'

red 163 ◦ green 14 ◦ blue 133

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

Shades of Dark Magenta #A30E85

Tints of Dark Magenta #A30E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 52.58%
G = 4.52%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A30E85 (or 0xA30E85) is known color: Dark Magenta. HEX triplet: A3, 0E and 85. RGB value is (163,14,133). Sum of RGB (Red+Green+Blue) = 163+14+133=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E85 is #5CF17A. Grayscale: #474747. Windows color (decimal): -6091131 or 8720035. OLE color: 8720035.

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

Color convert

RGB 163 14 133 -
CMYK 0 0.91 0.18 0.36
HSL 312.08º 0.84% 0.35% -
HSV(B) 312.08º 0.91% 0.64% -
XYZ 19.49 9.79 23.05 -
YUV 72.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 163 14 133 0 0.91 0.18 0.36 312.08 0.84 0.35
Hex A3 E 85 0 5B 12 24 138 54 23
Octal 243 16 205 0 133 22 44 470 124 43
Binary 10100011 1110 10000101 0 1011011 10010 100100 100111000 1010100 100011

Color Harmonies of #A30E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E85

Black with #A30E85

Text Example


Text Example

White with #A30E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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