Html Css Color HEX #A30E88 Dark Magenta

📋 copy color: '#A30E88'

red 163 ◦ green 14 ◦ blue 136

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

Shades of Dark Magenta #A30E88

Tints of Dark Magenta #A30E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.45%

R = 52.08%
G = 4.47%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A30E88 (or 0xA30E88) is known color: Dark Magenta. HEX triplet: A3, 0E and 88. RGB value is (163,14,136). Sum of RGB (Red+Green+Blue) = 163+14+136=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E88 is #5CF177. Grayscale: #484848. Windows color (decimal): -6091128 or 8916643. OLE color: 8916643.

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

Color convert

RGB 163 14 136 -
CMYK 0 0.91 0.17 0.36
HSL 310.87º 0.84% 0.35% -
HSV(B) 310.87º 0.91% 0.64% -
XYZ 19.71 9.88 24.16 -
YUV 72.46 163.86 192.58 -
System Red Green Blue C M Y K H S L
Decimal 163 14 136 0 0.91 0.17 0.36 310.87 0.84 0.35
Hex A3 E 88 0 5B 11 24 137 54 23
Octal 243 16 210 0 133 21 44 467 124 43
Binary 10100011 1110 10001000 0 1011011 10001 100100 100110111 1010100 100011

Color Harmonies of #A30E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E88

Black with #A30E88

Text Example


Text Example

White with #A30E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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