Html Css Color HEX #A314F0 Blue Violet

📋 copy color: '#A314F0'

red 163 ◦ green 20 ◦ blue 240

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

Shades of Blue Violet #A314F0

Tints of Blue Violet #A314F0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.73%

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

R = 38.53%
G = 4.73%
B = 56.74%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A314F0 (or 0xA314F0) is known color: Blue Violet. HEX triplet: A3, 14 and F0. RGB value is (163,20,240). Sum of RGB (Red+Green+Blue) = 163+20+240=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #A314F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A314F0 is #5CEB0F. Grayscale: #575757. Windows color (decimal): -6089488 or 15733923. OLE color: 15733923.

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

Color convert

RGB 163 20 240 -
CMYK 0.32 0.92 0 0.06
HSL 279º 0.88% 0.51% -
HSV(B) 279º 0.92% 0.94% -
XYZ 31.08 14.58 83.61 -
YUV 87.84 213.88 181.61 -
System Red Green Blue C M Y K H S L
Decimal 163 20 240 0.32 0.92 0 0.06 279 0.88 0.51
Hex A3 14 F0 20 5C 0 6 117 58 33
Octal 243 24 360 40 134 0 6 427 130 63
Binary 10100011 10100 11110000 100000 1011100 0 110 100010111 1011000 110011

Color Harmonies of #A314F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314F0

Black with #A314F0

Text Example


Text Example

White with #A314F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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