Html Css Color HEX #A319F6 Blue Violet

📋 copy color: '#A319F6'

red 163 ◦ green 25 ◦ blue 246

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

Shades of Blue Violet #A319F6

Tints of Blue Violet #A319F6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.76%

 BLUE value IS 246 (96.48% from 255) = 56.68%

R = 37.56%
G = 5.76%
B = 56.68%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A319F6 (or 0xA319F6) is known color: Blue Violet. HEX triplet: A3, 19 and F6. RGB value is (163,25,246). Sum of RGB (Red+Green+Blue) = 163+25+246=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #A319F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A319F6 is #5CE609. Grayscale: #5A5A5A. Windows color (decimal): -6088202 or 16128419. OLE color: 16128419.

HSL color Cylindrical-coordinate representation of color #A319F6: hue angle of 277.47º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A319F6 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 25 246 -
CMYK 0.34 0.90 0 0.04
HSL 277.47º 0.92% 0.53% -
HSV(B) 277.47º 0.9% 0.96% -
XYZ 32.09 15.14 88.42 -
YUV 91.46 215.22 179.03 -
System Red Green Blue C M Y K H S L
Decimal 163 25 246 0.34 0.90 0 0.04 277.47 0.92 0.53
Hex A3 19 F6 22 5A 0 4 115 5C 35
Octal 243 31 366 42 132 0 4 425 134 65
Binary 10100011 11001 11110110 100010 1011010 0 100 100010101 1011100 110101

Color Harmonies of #A319F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319F6

Black with #A319F6

Text Example


Text Example

White with #A319F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319F6; }

 p { color: rgb(163,25,246); }

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

background-color css

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

 a { background-color: rgb(163,25,246); }

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

border-color css

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

 span { border-color: rgb(163,25,246); }

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