Html Css Color HEX #A315F0 Blue Violet

📋 copy color: '#A315F0'

red 163 ◦ green 21 ◦ blue 240

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

Shades of Blue Violet #A315F0

Tints of Blue Violet #A315F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.6%

R = 38.44%
G = 4.95%
B = 56.6%

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

#A315F0 (or 0xA315F0) is known color: Blue Violet. HEX triplet: A3, 15 and F0. RGB value is (163,21,240). Sum of RGB (Red+Green+Blue) = 163+21+240=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #A315F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315F0 is #5CEA0F. Grayscale: #575757. Windows color (decimal): -6089232 or 15734179. OLE color: 15734179.

HSL color Cylindrical-coordinate representation of color #A315F0: hue angle of 278.9º degrees, saturation: 0.88, 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 #A315F0 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 21 240 -
CMYK 0.32 0.91 0 0.06
HSL 278.9º 0.88% 0.51% -
HSV(B) 278.9º 0.91% 0.94% -
XYZ 31.1 14.61 83.62 -
YUV 88.42 213.54 181.19 -
System Red Green Blue C M Y K H S L
Decimal 163 21 240 0.32 0.91 0 0.06 278.9 0.88 0.51
Hex A3 15 F0 20 5B 0 6 117 58 33
Octal 243 25 360 40 133 0 6 427 130 63
Binary 10100011 10101 11110000 100000 1011011 0 110 100010111 1011000 110011

Color Harmonies of #A315F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315F0

Black with #A315F0

Text Example


Text Example

White with #A315F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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