Html Css Color HEX #A30AAB Dark Magenta

📋 copy color: '#A30AAB'

red 163 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #A30AAB

Tints of Dark Magenta #A30AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.91%

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 47.38%
G = 2.91%
B = 49.71%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A30AAB (or 0xA30AAB) is known color: Dark Magenta. HEX triplet: A3, 0A and AB. RGB value is (163,10,171). Sum of RGB (Red+Green+Blue) = 163+10+171=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #A30AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AAB is #5CF554. Grayscale: #494949. Windows color (decimal): -6092117 or 11209379. OLE color: 11209379.

HSL color Cylindrical-coordinate representation of color #A30AAB: hue angle of 297.02º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30AAB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 10 171 -
CMYK 0.05 0.94 0 0.33
HSL 297.02º 0.89% 0.35% -
HSV(B) 297.02º 0.94% 0.67% -
XYZ 22.56 10.94 39.45 -
YUV 74.1 182.69 191.41 -
System Red Green Blue C M Y K H S L
Decimal 163 10 171 0.05 0.94 0 0.33 297.02 0.89 0.35
Hex A3 A AB 5 5E 0 21 129 59 23
Octal 243 12 253 5 136 0 41 451 131 43
Binary 10100011 1010 10101011 101 1011110 0 100001 100101001 1011001 100011

Color Harmonies of #A30AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AAB

Black with #A30AAB

Text Example


Text Example

White with #A30AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AAB; }

 p { color: rgb(163,10,171); }

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

background-color css

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

 a { background-color: rgb(163,10,171); }

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

border-color css

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

 span { border-color: rgb(163,10,171); }

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