Html Css Color HEX #A30FAD Dark Magenta

📋 copy color: '#A30FAD'

red 163 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #A30FAD

Tints of Dark Magenta #A30FAD

RGB

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

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

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

R = 46.44%
G = 4.27%
B = 49.29%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A30FAD (or 0xA30FAD) is known color: Dark Magenta. HEX triplet: A3, 0F and AD. RGB value is (163,15,173). Sum of RGB (Red+Green+Blue) = 163+15+173=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #A30FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FAD is #5CF052. Grayscale: #4C4C4C. Windows color (decimal): -6090835 or 11341731. OLE color: 11341731.

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

Color convert

RGB 163 15 173 -
CMYK 0.06 0.91 0 0.32
HSL 296.2º 0.84% 0.37% -
HSV(B) 296.2º 0.91% 0.68% -
XYZ 22.82 11.15 40.48 -
YUV 77.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 163 15 173 0.06 0.91 0 0.32 296.2 0.84 0.37
Hex A3 F AD 6 5B 0 20 128 54 25
Octal 243 17 255 6 133 0 40 450 124 45
Binary 10100011 1111 10101101 110 1011011 0 100000 100101000 1010100 100101

Color Harmonies of #A30FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FAD

Black with #A30FAD

Text Example


Text Example

White with #A30FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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