Html Css Color HEX #A30EDC Dark Violet

📋 copy color: '#A30EDC'

red 163 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #A30EDC

Tints of Dark Violet #A30EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 41.06%
G = 3.53%
B = 55.42%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A30EDC (or 0xA30EDC) is known color: Dark Violet. HEX triplet: A3, 0E and DC. RGB value is (163,14,220). Sum of RGB (Red+Green+Blue) = 163+14+220=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #A30EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EDC is #5CF123. Grayscale: #515151. Windows color (decimal): -6091044 or 14421667. OLE color: 14421667.

HSL color Cylindrical-coordinate representation of color #A30EDC: hue angle of 283.4º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30EDC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 14 220 -
CMYK 0.26 0.94 0 0.14
HSL 283.4º 0.88% 0.46% -
HSV(B) 283.4º 0.94% 0.86% -
XYZ 28.18 13.27 68.79 -
YUV 82.04 205.86 185.75 -
System Red Green Blue C M Y K H S L
Decimal 163 14 220 0.26 0.94 0 0.14 283.4 0.88 0.46
Hex A3 E DC 1A 5E 0 E 11B 58 2E
Octal 243 16 334 32 136 0 16 433 130 56
Binary 10100011 1110 11011100 11010 1011110 0 1110 100011011 1011000 101110

Color Harmonies of #A30EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EDC

Black with #A30EDC

Text Example


Text Example

White with #A30EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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