Html Css Color HEX #A30FAA Dark Magenta

📋 copy color: '#A30FAA'

red 163 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #A30FAA

Tints of Dark Magenta #A30FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 46.84%
G = 4.31%
B = 48.85%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A30FAA (or 0xA30FAA) is known color: Dark Magenta. HEX triplet: A3, 0F and AA. RGB value is (163,15,170). Sum of RGB (Red+Green+Blue) = 163+15+170=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #A30FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FAA is #5CF055. Grayscale: #4C4C4C. Windows color (decimal): -6090838 or 11145123. OLE color: 11145123.

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

Color convert

RGB 163 15 170 -
CMYK 0.04 0.91 0 0.33
HSL 297.29º 0.84% 0.36% -
HSV(B) 297.29º 0.91% 0.67% -
XYZ 22.53 11.03 38.97 -
YUV 76.92 180.53 189.4 -
System Red Green Blue C M Y K H S L
Decimal 163 15 170 0.04 0.91 0 0.33 297.29 0.84 0.36
Hex A3 F AA 4 5B 0 21 129 54 24
Octal 243 17 252 4 133 0 41 451 124 44
Binary 10100011 1111 10101010 100 1011011 0 100001 100101001 1010100 100100

Color Harmonies of #A30FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FAA

Black with #A30FAA

Text Example


Text Example

White with #A30FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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