Html Css Color HEX #A30ECE Dark Violet

📋 copy color: '#A30ECE'

red 163 ◦ green 14 ◦ blue 206

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

Shades of Dark Violet #A30ECE

Tints of Dark Violet #A30ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 42.56%
G = 3.66%
B = 53.79%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A30ECE (or 0xA30ECE) is known color: Dark Violet. HEX triplet: A3, 0E and CE. RGB value is (163,14,206). Sum of RGB (Red+Green+Blue) = 163+14+206=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #A30ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ECE is #5CF131. Grayscale: #4F4F4F. Windows color (decimal): -6091058 or 13504163. OLE color: 13504163.

HSL color Cylindrical-coordinate representation of color #A30ECE: hue angle of 286.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30ECE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 14 206 -
CMYK 0.21 0.93 0 0.19
HSL 286.56º 0.87% 0.43% -
HSV(B) 286.56º 0.93% 0.81% -
XYZ 26.4 12.56 59.42 -
YUV 80.44 198.86 186.89 -
System Red Green Blue C M Y K H S L
Decimal 163 14 206 0.21 0.93 0 0.19 286.56 0.87 0.43
Hex A3 E CE 15 5D 0 13 11F 57 2B
Octal 243 16 316 25 135 0 23 437 127 53
Binary 10100011 1110 11001110 10101 1011101 0 10011 100011111 1010111 101011

Color Harmonies of #A30ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ECE

Black with #A30ECE

Text Example


Text Example

White with #A30ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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