Html Css Color HEX #A315EC Dark Violet

📋 copy color: '#A315EC'

red 163 ◦ green 21 ◦ blue 236

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

Shades of Dark Violet #A315EC

Tints of Dark Violet #A315EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5%

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

R = 38.81%
G = 5%
B = 56.19%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A315EC (or 0xA315EC) is known color: Dark Violet. HEX triplet: A3, 15 and EC. RGB value is (163,21,236). Sum of RGB (Red+Green+Blue) = 163+21+236=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #A315EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315EC is #5CEA13. Grayscale: #575757. Windows color (decimal): -6089236 or 15472035. OLE color: 15472035.

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

Color convert

RGB 163 21 236 -
CMYK 0.31 0.91 0 0.07
HSL 279.63º 0.85% 0.5% -
HSV(B) 279.63º 0.91% 0.93% -
XYZ 30.51 14.38 80.52 -
YUV 87.97 211.54 181.52 -
System Red Green Blue C M Y K H S L
Decimal 163 21 236 0.31 0.91 0 0.07 279.63 0.85 0.5
Hex A3 15 EC 1F 5B 0 7 118 55 32
Octal 243 25 354 37 133 0 7 430 125 62
Binary 10100011 10101 11101100 11111 1011011 0 111 100011000 1010101 110010

Color Harmonies of #A315EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315EC

Black with #A315EC

Text Example


Text Example

White with #A315EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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