Html Css Color HEX #A30EEC Dark Violet

📋 copy color: '#A30EEC'

red 163 ◦ green 14 ◦ blue 236

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

Shades of Dark Violet #A30EEC

Tints of Dark Violet #A30EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 39.47%
G = 3.39%
B = 57.14%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A30EEC (or 0xA30EEC) is known color: Dark Violet. HEX triplet: A3, 0E and EC. RGB value is (163,14,236). Sum of RGB (Red+Green+Blue) = 163+14+236=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #A30EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30EEC is #5CF113. Grayscale: #535353. Windows color (decimal): -6091028 or 15470243. OLE color: 15470243.

HSL color Cylindrical-coordinate representation of color #A30EEC: hue angle of 280.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30EEC is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 14 236 -
CMYK 0.31 0.94 0 0.07
HSL 280.27º 0.89% 0.49% -
HSV(B) 280.27º 0.94% 0.93% -
XYZ 30.4 14.16 80.49 -
YUV 83.86 213.86 184.45 -
System Red Green Blue C M Y K H S L
Decimal 163 14 236 0.31 0.94 0 0.07 280.27 0.89 0.49
Hex A3 E EC 1F 5E 0 7 118 59 31
Octal 243 16 354 37 136 0 7 430 131 61
Binary 10100011 1110 11101100 11111 1011110 0 111 100011000 1011001 110001

Color Harmonies of #A30EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EEC

Black with #A30EEC

Text Example


Text Example

White with #A30EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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