Html Css Color HEX #A30296 Dark Magenta

📋 copy color: '#A30296'

red 163 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #A30296

Tints of Dark Magenta #A30296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 51.75%
G = 0.63%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A30296 (or 0xA30296) is known color: Dark Magenta. HEX triplet: A3, 02 and 96. RGB value is (163,2,150). Sum of RGB (Red+Green+Blue) = 163+2+150=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A30296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30296 is #5CFD69. Grayscale: #424242. Windows color (decimal): -6094186 or 9831075. OLE color: 9831075.

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

Color convert

RGB 163 2 150 -
CMYK 0 0.99 0.08 0.36
HSL 304.84º 0.98% 0.32% -
HSV(B) 304.84º 0.99% 0.64% -
XYZ 20.63 10.03 29.7 -
YUV 67.01 174.84 196.47 -
System Red Green Blue C M Y K H S L
Decimal 163 2 150 0 0.99 0.08 0.36 304.84 0.98 0.32
Hex A3 2 96 0 63 8 24 131 62 20
Octal 243 2 226 0 143 10 44 461 142 40
Binary 10100011 10 10010110 0 1100011 1000 100100 100110001 1100010 100000

Color Harmonies of #A30296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30296

Black with #A30296

Text Example


Text Example

White with #A30296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30296; }

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

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

background-color css

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

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

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

border-color css

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

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

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