Html Css Color HEX #A30298 Dark Magenta

📋 copy color: '#A30298'

red 163 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #A30298

Tints of Dark Magenta #A30298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 51.42%
G = 0.63%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A30298 (or 0xA30298) is known color: Dark Magenta. HEX triplet: A3, 02 and 98. RGB value is (163,2,152). Sum of RGB (Red+Green+Blue) = 163+2+152=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A30298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30298 is #5CFD67. Grayscale: #424242. Windows color (decimal): -6094184 or 9962147. OLE color: 9962147.

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

Color convert

RGB 163 2 152 -
CMYK 0 0.99 0.07 0.36
HSL 304.1º 0.98% 0.32% -
HSV(B) 304.1º 0.99% 0.64% -
XYZ 20.79 10.1 30.56 -
YUV 67.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 163 2 152 0 0.99 0.07 0.36 304.1 0.98 0.32
Hex A3 2 98 0 63 7 24 130 62 20
Octal 243 2 230 0 143 7 44 460 142 40
Binary 10100011 10 10011000 0 1100011 111 100100 100110000 1100010 100000

Color Harmonies of #A30298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30298

Black with #A30298

Text Example


Text Example

White with #A30298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30298; }

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

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

background-color css

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

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

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

border-color css

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

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

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