Html Css Color HEX #A30096 Dark Magenta

📋 copy color: '#A30096'

red 163 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #A30096

Tints of Dark Magenta #A30096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.08%
G = 0%
B = 47.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A30096 (or 0xA30096) is known color: Dark Magenta. HEX triplet: A3, 00 and 96. RGB value is (163,0,150). Sum of RGB (Red+Green+Blue) = 163+0+150=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A30096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30096 is #5CFF69. Grayscale: #414141. Windows color (decimal): -6094698 or 9830563. OLE color: 9830563.

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

Color convert

RGB 163 0 150 -
CMYK 0 1 0.08 0.36
HSL 304.79º 1% 0.32% -
HSV(B) 304.79º 1% 0.64% -
XYZ 20.61 9.99 29.7 -
YUV 65.84 175.5 197.3 -
System Red Green Blue C M Y K H S L
Decimal 163 0 150 0 1 0.08 0.36 304.79 1 0.32
Hex A3 0 96 0 64 8 24 131 64 20
Octal 243 0 226 0 144 10 44 461 144 40
Binary 10100011 0 10010110 0 1100100 1000 100100 100110001 1100100 100000

Color Harmonies of #A30096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30096

Black with #A30096

Text Example


Text Example

White with #A30096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30096; }

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

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

background-color css

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

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

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

border-color css

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

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

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