Html Css Color HEX #A30F9C Dark Magenta

📋 copy color: '#A30F9C'

red 163 ◦ green 15 ◦ blue 156

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

Shades of Dark Magenta #A30F9C

Tints of Dark Magenta #A30F9C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 48.8%
G = 4.49%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A30F9C (or 0xA30F9C) is known color: Dark Magenta. HEX triplet: A3, 0F and 9C. RGB value is (163,15,156). Sum of RGB (Red+Green+Blue) = 163+15+156=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30F9C is #5CF063. Grayscale: #4A4A4A. Windows color (decimal): -6090852 or 10227619. OLE color: 10227619.

HSL color Cylindrical-coordinate representation of color #A30F9C: hue angle of 302.84º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F9C is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 15 156 -
CMYK 0 0.91 0.04 0.36
HSL 302.84º 0.83% 0.35% -
HSV(B) 302.84º 0.91% 0.64% -
XYZ 21.28 10.53 32.36 -
YUV 75.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 163 15 156 0 0.91 0.04 0.36 302.84 0.83 0.35
Hex A3 F 9C 0 5B 4 24 12F 53 23
Octal 243 17 234 0 133 4 44 457 123 43
Binary 10100011 1111 10011100 0 1011011 100 100100 100101111 1010011 100011

Color Harmonies of #A30F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F9C

Black with #A30F9C

Text Example


Text Example

White with #A30F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F9C; }

 p { color: rgb(163,15,156); }

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

background-color css

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

 a { background-color: rgb(163,15,156); }

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

border-color css

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

 span { border-color: rgb(163,15,156); }

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