Html Css Color HEX #A30299 Dark Magenta

📋 copy color: '#A30299'

red 163 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #A30299

Tints of Dark Magenta #A30299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 51.26%
G = 0.63%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A30299 (or 0xA30299) is known color: Dark Magenta. HEX triplet: A3, 02 and 99. RGB value is (163,2,153). Sum of RGB (Red+Green+Blue) = 163+2+153=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A30299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30299 is #5CFD66. Grayscale: #424242. Windows color (decimal): -6094183 or 10027683. OLE color: 10027683.

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

Color convert

RGB 163 2 153 -
CMYK 0 0.99 0.06 0.36
HSL 303.73º 0.98% 0.32% -
HSV(B) 303.73º 0.99% 0.64% -
XYZ 20.88 10.13 30.99 -
YUV 67.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 163 2 153 0 0.99 0.06 0.36 303.73 0.98 0.32
Hex A3 2 99 0 63 6 24 130 62 20
Octal 243 2 231 0 143 6 44 460 142 40
Binary 10100011 10 10011001 0 1100011 110 100100 100110000 1100010 100000

Color Harmonies of #A30299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30299

Black with #A30299

Text Example


Text Example

White with #A30299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30299; }

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

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

background-color css

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

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

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

border-color css

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

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

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