Html Css Color HEX #A30197 Dark Magenta

📋 copy color: '#A30197'

red 163 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #A30197

Tints of Dark Magenta #A30197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.94%

R = 51.75%
G = 0.32%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A30197 (or 0xA30197) is known color: Dark Magenta. HEX triplet: A3, 01 and 97. RGB value is (163,1,151). Sum of RGB (Red+Green+Blue) = 163+1+151=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A30197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30197 is #5CFE68. Grayscale: #424242. Windows color (decimal): -6094441 or 9896355. OLE color: 9896355.

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

Color convert

RGB 163 1 151 -
CMYK 0 0.99 0.07 0.36
HSL 304.44º 0.99% 0.32% -
HSV(B) 304.44º 0.99% 0.64% -
XYZ 20.7 10.04 30.13 -
YUV 66.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 163 1 151 0 0.99 0.07 0.36 304.44 0.99 0.32
Hex A3 1 97 0 63 7 24 130 63 20
Octal 243 1 227 0 143 7 44 460 143 40
Binary 10100011 1 10010111 0 1100011 111 100100 100110000 1100011 100000

Color Harmonies of #A30197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30197

Black with #A30197

Text Example


Text Example

White with #A30197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30197; }

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

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

background-color css

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

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

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

border-color css

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

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

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