Html Css Color HEX #A315EF Blue Violet

📋 copy color: '#A315EF'

red 163 ◦ green 21 ◦ blue 239

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

Shades of Blue Violet #A315EF

Tints of Blue Violet #A315EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 38.53%
G = 4.96%
B = 56.5%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A315EF (or 0xA315EF) is known color: Blue Violet. HEX triplet: A3, 15 and EF. RGB value is (163,21,239). Sum of RGB (Red+Green+Blue) = 163+21+239=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #A315EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315EF is #5CEA10. Grayscale: #575757. Windows color (decimal): -6089233 or 15668643. OLE color: 15668643.

HSL color Cylindrical-coordinate representation of color #A315EF: hue angle of 279.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A315EF is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 21 239 -
CMYK 0.32 0.91 0 0.06
HSL 279.08º 0.87% 0.51% -
HSV(B) 279.08º 0.91% 0.94% -
XYZ 30.95 14.55 82.84 -
YUV 88.31 213.04 181.27 -
System Red Green Blue C M Y K H S L
Decimal 163 21 239 0.32 0.91 0 0.06 279.08 0.87 0.51
Hex A3 15 EF 20 5B 0 6 117 57 33
Octal 243 25 357 40 133 0 6 427 127 63
Binary 10100011 10101 11101111 100000 1011011 0 110 100010111 1010111 110011

Color Harmonies of #A315EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315EF

Black with #A315EF

Text Example


Text Example

White with #A315EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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