Html Css Color HEX #A30AAC Dark Magenta

📋 copy color: '#A30AAC'

red 163 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #A30AAC

Tints of Dark Magenta #A30AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.9%

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

R = 47.25%
G = 2.9%
B = 49.86%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A30AAC (or 0xA30AAC) is known color: Dark Magenta. HEX triplet: A3, 0A and AC. RGB value is (163,10,172). Sum of RGB (Red+Green+Blue) = 163+10+172=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #A30AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AAC is #5CF553. Grayscale: #494949. Windows color (decimal): -6092116 or 11274915. OLE color: 11274915.

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

Color convert

RGB 163 10 172 -
CMYK 0.05 0.94 0 0.33
HSL 296.67º 0.89% 0.36% -
HSV(B) 296.67º 0.94% 0.67% -
XYZ 22.66 10.98 39.96 -
YUV 74.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 163 10 172 0.05 0.94 0 0.33 296.67 0.89 0.36
Hex A3 A AC 5 5E 0 21 129 59 24
Octal 243 12 254 5 136 0 41 451 131 44
Binary 10100011 1010 10101100 101 1011110 0 100001 100101001 1011001 100100

Color Harmonies of #A30AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AAC

Black with #A30AAC

Text Example


Text Example

White with #A30AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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