Html Css Color HEX #A30295 Dark Magenta

📋 copy color: '#A30295'

red 163 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #A30295

Tints of Dark Magenta #A30295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 51.91%
G = 0.64%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A30295 (or 0xA30295) is known color: Dark Magenta. HEX triplet: A3, 02 and 95. RGB value is (163,2,149). Sum of RGB (Red+Green+Blue) = 163+2+149=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A30295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30295 is #5CFD6A. Grayscale: #424242. Windows color (decimal): -6094187 or 9765539. OLE color: 9765539.

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

Color convert

RGB 163 2 149 -
CMYK 0 0.99 0.09 0.36
HSL 305.22º 0.98% 0.32% -
HSV(B) 305.22º 0.99% 0.64% -
XYZ 20.55 10 29.28 -
YUV 66.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 163 2 149 0 0.99 0.09 0.36 305.22 0.98 0.32
Hex A3 2 95 0 63 9 24 131 62 20
Octal 243 2 225 0 143 11 44 461 142 40
Binary 10100011 10 10010101 0 1100011 1001 100100 100110001 1100010 100000

Color Harmonies of #A30295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30295

Black with #A30295

Text Example


Text Example

White with #A30295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30295; }

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

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

background-color css

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

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

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

border-color css

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

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

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