Html Css Color HEX #A30BAC Dark Magenta

📋 copy color: '#A30BAC'

red 163 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #A30BAC

Tints of Dark Magenta #A30BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 47.11%
G = 3.18%
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

#A30BAC (or 0xA30BAC) is known color: Dark Magenta. HEX triplet: A3, 0B and AC. RGB value is (163,11,172). Sum of RGB (Red+Green+Blue) = 163+11+172=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #A30BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30BAC is #5CF453. Grayscale: #4A4A4A. Windows color (decimal): -6091860 or 11275171. OLE color: 11275171.

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

Color convert

RGB 163 11 172 -
CMYK 0.05 0.94 0 0.33
HSL 296.65º 0.88% 0.36% -
HSV(B) 296.65º 0.94% 0.67% -
XYZ 22.67 11 39.96 -
YUV 74.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 163 11 172 0.05 0.94 0 0.33 296.65 0.88 0.36
Hex A3 B AC 5 5E 0 21 129 58 24
Octal 243 13 254 5 136 0 41 451 130 44
Binary 10100011 1011 10101100 101 1011110 0 100001 100101001 1011000 100100

Color Harmonies of #A30BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BAC

Black with #A30BAC

Text Example


Text Example

White with #A30BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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