Html Css Color HEX #A30FAE Dark Magenta

📋 copy color: '#A30FAE'

red 163 ◦ green 15 ◦ blue 174

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

Shades of Dark Magenta #A30FAE

Tints of Dark Magenta #A30FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 46.31%
G = 4.26%
B = 49.43%

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

#A30FAE (or 0xA30FAE) is known color: Dark Magenta. HEX triplet: A3, 0F and AE. RGB value is (163,15,174). Sum of RGB (Red+Green+Blue) = 163+15+174=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #A30FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FAE is #5CF051. Grayscale: #4C4C4C. Windows color (decimal): -6090834 or 11407267. OLE color: 11407267.

HSL color Cylindrical-coordinate representation of color #A30FAE: hue angle of 295.85º 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 #A30FAE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 15 174 -
CMYK 0.06 0.91 0 0.32
HSL 295.85º 0.84% 0.37% -
HSV(B) 295.85º 0.91% 0.68% -
XYZ 22.92 11.18 41 -
YUV 77.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 163 15 174 0.06 0.91 0 0.32 295.85 0.84 0.37
Hex A3 F AE 6 5B 0 20 128 54 25
Octal 243 17 256 6 133 0 40 450 124 45
Binary 10100011 1111 10101110 110 1011011 0 100000 100101000 1010100 100101

Color Harmonies of #A30FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FAE

Black with #A30FAE

Text Example


Text Example

White with #A30FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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