Html Css Color HEX #A30297 Dark Magenta

📋 copy color: '#A30297'

red 163 ◦ green 2 ◦ blue 151

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

Shades of Dark Magenta #A30297

Tints of Dark Magenta #A30297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 51.58%
G = 0.63%
B = 47.78%

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

#A30297 (or 0xA30297) is known color: Dark Magenta. HEX triplet: A3, 02 and 97. RGB value is (163,2,151). Sum of RGB (Red+Green+Blue) = 163+2+151=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A30297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30297 is #5CFD68. Grayscale: #424242. Windows color (decimal): -6094185 or 9896611. OLE color: 9896611.

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

Color convert

RGB 163 2 151 -
CMYK 0 0.99 0.07 0.36
HSL 304.47º 0.98% 0.32% -
HSV(B) 304.47º 0.99% 0.64% -
XYZ 20.71 10.06 30.13 -
YUV 67.13 175.34 196.38 -
System Red Green Blue C M Y K H S L
Decimal 163 2 151 0 0.99 0.07 0.36 304.47 0.98 0.32
Hex A3 2 97 0 63 7 24 130 62 20
Octal 243 2 227 0 143 7 44 460 142 40
Binary 10100011 10 10010111 0 1100011 111 100100 100110000 1100010 100000

Color Harmonies of #A30297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30297

Black with #A30297

Text Example


Text Example

White with #A30297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30297; }

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

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

background-color css

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

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

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

border-color css

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

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

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