Html Css Color HEX #A30BAB Dark Magenta

📋 copy color: '#A30BAB'

red 163 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #A30BAB

Tints of Dark Magenta #A30BAB

RGB

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

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

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

R = 47.25%
G = 3.19%
B = 49.57%

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

#A30BAB (or 0xA30BAB) is known color: Dark Magenta. HEX triplet: A3, 0B and AB. RGB value is (163,11,171). Sum of RGB (Red+Green+Blue) = 163+11+171=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #A30BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30BAB is #5CF454. Grayscale: #4A4A4A. Windows color (decimal): -6091861 or 11209635. OLE color: 11209635.

HSL color Cylindrical-coordinate representation of color #A30BAB: hue angle of 297º 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 #A30BAB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 11 171 -
CMYK 0.05 0.94 0 0.33
HSL 297º 0.88% 0.36% -
HSV(B) 297º 0.94% 0.67% -
XYZ 22.57 10.97 39.45 -
YUV 74.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 163 11 171 0.05 0.94 0 0.33 297 0.88 0.36
Hex A3 B AB 5 5E 0 21 129 58 24
Octal 243 13 253 5 136 0 41 451 130 44
Binary 10100011 1011 10101011 101 1011110 0 100001 100101001 1011000 100100

Color Harmonies of #A30BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BAB

Black with #A30BAB

Text Example


Text Example

White with #A30BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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