Html Css Color HEX #A30099 Dark Magenta

📋 copy color: '#A30099'

red 163 ◦ green 0 ◦ blue 153

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

Shades of Dark Magenta #A30099

Tints of Dark Magenta #A30099

RGB

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

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

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

R = 51.58%
G = 0%
B = 48.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A30099 (or 0xA30099) is known color: Dark Magenta. HEX triplet: A3, 00 and 99. RGB value is (163,0,153). Sum of RGB (Red+Green+Blue) = 163+0+153=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A30099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30099 is #5CFF66. Grayscale: #414141. Windows color (decimal): -6094695 or 10027171. OLE color: 10027171.

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

Color convert

RGB 163 0 153 -
CMYK 0 1 0.06 0.36
HSL 303.68º 1% 0.32% -
HSV(B) 303.68º 1% 0.64% -
XYZ 20.85 10.09 30.98 -
YUV 66.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 163 0 153 0 1 0.06 0.36 303.68 1 0.32
Hex A3 0 99 0 64 6 24 130 64 20
Octal 243 0 231 0 144 6 44 460 144 40
Binary 10100011 0 10011001 0 1100100 110 100100 100110000 1100100 100000

Color Harmonies of #A30099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30099

Black with #A30099

Text Example


Text Example

White with #A30099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30099; }

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

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

background-color css

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

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

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

border-color css

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

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

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