Html Css Color HEX #A30CA6 Dark Magenta

📋 copy color: '#A30CA6'

red 163 ◦ green 12 ◦ blue 166

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

Shades of Dark Magenta #A30CA6

Tints of Dark Magenta #A30CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.68%

R = 47.8%
G = 3.52%
B = 48.68%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A30CA6 (or 0xA30CA6) is known color: Dark Magenta. HEX triplet: A3, 0C and A6. RGB value is (163,12,166). Sum of RGB (Red+Green+Blue) = 163+12+166=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #A30CA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30CA6 is #5CF359. Grayscale: #4A4A4A. Windows color (decimal): -6091610 or 10882211. OLE color: 10882211.

HSL color Cylindrical-coordinate representation of color #A30CA6: hue angle of 298.83º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30CA6 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 12 166 -
CMYK 0.02 0.93 0 0.35
HSL 298.83º 0.87% 0.35% -
HSV(B) 298.83º 0.93% 0.65% -
XYZ 22.12 10.8 37 -
YUV 74.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 163 12 166 0.02 0.93 0 0.35 298.83 0.87 0.35
Hex A3 C A6 2 5D 0 23 12B 57 23
Octal 243 14 246 2 135 0 43 453 127 43
Binary 10100011 1100 10100110 10 1011101 0 100011 100101011 1010111 100011

Color Harmonies of #A30CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CA6

Black with #A30CA6

Text Example


Text Example

White with #A30CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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