Html Css Color HEX #A30BAE Dark Magenta

📋 copy color: '#A30BAE'

red 163 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #A30BAE

Tints of Dark Magenta #A30BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.16%

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

R = 46.84%
G = 3.16%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A30BAE (or 0xA30BAE) is known color: Dark Magenta. HEX triplet: A3, 0B and AE. RGB value is (163,11,174). Sum of RGB (Red+Green+Blue) = 163+11+174=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #A30BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30BAE is #5CF451. Grayscale: #4A4A4A. Windows color (decimal): -6091858 or 11406243. OLE color: 11406243.

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

Color convert

RGB 163 11 174 -
CMYK 0.06 0.94 0 0.32
HSL 295.95º 0.88% 0.36% -
HSV(B) 295.95º 0.94% 0.68% -
XYZ 22.86 11.08 40.98 -
YUV 75.03 183.86 190.75 -
System Red Green Blue C M Y K H S L
Decimal 163 11 174 0.06 0.94 0 0.32 295.95 0.88 0.36
Hex A3 B AE 6 5E 0 20 128 58 24
Octal 243 13 256 6 136 0 40 450 130 44
Binary 10100011 1011 10101110 110 1011110 0 100000 100101000 1011000 100100

Color Harmonies of #A30BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BAE

Black with #A30BAE

Text Example


Text Example

White with #A30BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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