Html Css Color HEX #A30DAC Dark Magenta

📋 copy color: '#A30DAC'

red 163 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #A30DAC

Tints of Dark Magenta #A30DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.74%

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

R = 46.84%
G = 3.74%
B = 49.43%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A30DAC (or 0xA30DAC) is known color: Dark Magenta. HEX triplet: A3, 0D and AC. RGB value is (163,13,172). Sum of RGB (Red+Green+Blue) = 163+13+172=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #A30DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30DAC is #5CF253. Grayscale: #4B4B4B. Windows color (decimal): -6091348 or 11275683. OLE color: 11275683.

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

Color convert

RGB 163 13 172 -
CMYK 0.05 0.92 0 0.33
HSL 296.6º 0.86% 0.36% -
HSV(B) 296.6º 0.92% 0.67% -
XYZ 22.69 11.05 39.97 -
YUV 75.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 163 13 172 0.05 0.92 0 0.33 296.6 0.86 0.36
Hex A3 D AC 5 5C 0 21 129 56 24
Octal 243 15 254 5 134 0 41 451 126 44
Binary 10100011 1101 10101100 101 1011100 0 100001 100101001 1010110 100100

Color Harmonies of #A30DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DAC

Black with #A30DAC

Text Example


Text Example

White with #A30DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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