Html Css Color HEX #A30199 Dark Magenta

📋 copy color: '#A30199'

red 163 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #A30199

Tints of Dark Magenta #A30199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 51.42%
G = 0.32%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A30199 (or 0xA30199) is known color: Dark Magenta. HEX triplet: A3, 01 and 99. RGB value is (163,1,153). Sum of RGB (Red+Green+Blue) = 163+1+153=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A30199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30199 is #5CFE66. Grayscale: #424242. Windows color (decimal): -6094439 or 10027427. OLE color: 10027427.

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

Color convert

RGB 163 1 153 -
CMYK 0 0.99 0.06 0.36
HSL 303.7º 0.99% 0.32% -
HSV(B) 303.7º 0.99% 0.64% -
XYZ 20.86 10.11 30.99 -
YUV 66.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 163 1 153 0 0.99 0.06 0.36 303.7 0.99 0.32
Hex A3 1 99 0 63 6 24 130 63 20
Octal 243 1 231 0 143 6 44 460 143 40
Binary 10100011 1 10011001 0 1100011 110 100100 100110000 1100011 100000

Color Harmonies of #A30199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30199

Black with #A30199

Text Example


Text Example

White with #A30199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30199; }

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

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

background-color css

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

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

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

border-color css

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

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

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