Html Css Color HEX #A30CAD Dark Magenta

📋 copy color: '#A30CAD'

red 163 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #A30CAD

Tints of Dark Magenta #A30CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 46.84%
G = 3.45%
B = 49.71%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A30CAD (or 0xA30CAD) is known color: Dark Magenta. HEX triplet: A3, 0C and AD. RGB value is (163,12,173). Sum of RGB (Red+Green+Blue) = 163+12+173=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #A30CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30CAD is #5CF352. Grayscale: #4B4B4B. Windows color (decimal): -6091603 or 11340963. OLE color: 11340963.

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

Color convert

RGB 163 12 173 -
CMYK 0.06 0.93 0 0.32
HSL 296.27º 0.87% 0.36% -
HSV(B) 296.27º 0.93% 0.68% -
XYZ 22.78 11.07 40.47 -
YUV 75.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 163 12 173 0.06 0.93 0 0.32 296.27 0.87 0.36
Hex A3 C AD 6 5D 0 20 128 57 24
Octal 243 14 255 6 135 0 40 450 127 44
Binary 10100011 1100 10101101 110 1011101 0 100000 100101000 1010111 100100

Color Harmonies of #A30CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CAD

Black with #A30CAD

Text Example


Text Example

White with #A30CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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