Html Css Color HEX #A30CAC Dark Magenta

📋 copy color: '#A30CAC'

red 163 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #A30CAC

Tints of Dark Magenta #A30CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.46%

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 46.97%
G = 3.46%
B = 49.57%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A30CAC (or 0xA30CAC) is known color: Dark Magenta. HEX triplet: A3, 0C and AC. RGB value is (163,12,172). Sum of RGB (Red+Green+Blue) = 163+12+172=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #A30CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30CAC is #5CF353. Grayscale: #4A4A4A. Windows color (decimal): -6091604 or 11275427. OLE color: 11275427.

HSL color Cylindrical-coordinate representation of color #A30CAC: hue angle of 296.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30CAC is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 12 172 -
CMYK 0.05 0.93 0 0.33
HSL 296.63º 0.87% 0.36% -
HSV(B) 296.63º 0.93% 0.67% -
XYZ 22.68 11.03 39.96 -
YUV 75.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 163 12 172 0.05 0.93 0 0.33 296.63 0.87 0.36
Hex A3 C AC 5 5D 0 21 129 57 24
Octal 243 14 254 5 135 0 41 451 127 44
Binary 10100011 1100 10101100 101 1011101 0 100001 100101001 1010111 100100

Color Harmonies of #A30CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CAC

Black with #A30CAC

Text Example


Text Example

White with #A30CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CAC; }

 p { color: rgb(163,12,172); }

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

background-color css

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

 a { background-color: rgb(163,12,172); }

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

border-color css

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

 span { border-color: rgb(163,12,172); }

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