Html Css Color HEX #A30EC1 Dark Violet

📋 copy color: '#A30EC1'

red 163 ◦ green 14 ◦ blue 193

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

Shades of Dark Violet #A30EC1

Tints of Dark Violet #A30EC1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.78%

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 44.05%
G = 3.78%
B = 52.16%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A30EC1 (or 0xA30EC1) is known color: Dark Violet. HEX triplet: A3, 0E and C1. RGB value is (163,14,193). Sum of RGB (Red+Green+Blue) = 163+14+193=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #A30EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EC1 is #5CF13E. Grayscale: #4E4E4E. Windows color (decimal): -6091071 or 12652195. OLE color: 12652195.

HSL color Cylindrical-coordinate representation of color #A30EC1: hue angle of 289.94º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30EC1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 14 193 -
CMYK 0.16 0.93 0 0.24
HSL 289.94º 0.86% 0.41% -
HSV(B) 289.94º 0.93% 0.76% -
XYZ 24.89 11.95 51.45 -
YUV 78.96 192.36 187.95 -
System Red Green Blue C M Y K H S L
Decimal 163 14 193 0.16 0.93 0 0.24 289.94 0.86 0.41
Hex A3 E C1 10 5D 0 18 122 56 29
Octal 243 16 301 20 135 0 30 442 126 51
Binary 10100011 1110 11000001 10000 1011101 0 11000 100100010 1010110 101001

Color Harmonies of #A30EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EC1

Black with #A30EC1

Text Example


Text Example

White with #A30EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EC1; }

 p { color: rgb(163,14,193); }

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

background-color css

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

 a { background-color: rgb(163,14,193); }

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

border-color css

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

 span { border-color: rgb(163,14,193); }

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