Html Css Color HEX #A30CAB Dark Magenta

📋 copy color: '#A30CAB'

red 163 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #A30CAB

Tints of Dark Magenta #A30CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.47%

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

R = 47.11%
G = 3.47%
B = 49.42%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A30CAB (or 0xA30CAB) is known color: Dark Magenta. HEX triplet: A3, 0C and AB. RGB value is (163,12,171). Sum of RGB (Red+Green+Blue) = 163+12+171=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #A30CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30CAB is #5CF354. Grayscale: #4A4A4A. Windows color (decimal): -6091605 or 11209891. OLE color: 11209891.

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

Color convert

RGB 163 12 171 -
CMYK 0.05 0.93 0 0.33
HSL 296.98º 0.87% 0.36% -
HSV(B) 296.98º 0.93% 0.67% -
XYZ 22.59 10.99 39.46 -
YUV 75.28 182.03 190.57 -
System Red Green Blue C M Y K H S L
Decimal 163 12 171 0.05 0.93 0 0.33 296.98 0.87 0.36
Hex A3 C AB 5 5D 0 21 129 57 24
Octal 243 14 253 5 135 0 41 451 127 44
Binary 10100011 1100 10101011 101 1011101 0 100001 100101001 1010111 100100

Color Harmonies of #A30CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CAB

Black with #A30CAB

Text Example


Text Example

White with #A30CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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