Html Css Color HEX #A319EE Blue Violet

📋 copy color: '#A319EE'

red 163 ◦ green 25 ◦ blue 238

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

Shades of Blue Violet #A319EE

Tints of Blue Violet #A319EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.87%

R = 38.26%
G = 5.87%
B = 55.87%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A319EE (or 0xA319EE) is known color: Blue Violet. HEX triplet: A3, 19 and EE. RGB value is (163,25,238). Sum of RGB (Red+Green+Blue) = 163+25+238=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #A319EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A319EE is #5CE611. Grayscale: #595959. Windows color (decimal): -6088210 or 15604131. OLE color: 15604131.

HSL color Cylindrical-coordinate representation of color #A319EE: hue angle of 278.87º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A319EE is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 25 238 -
CMYK 0.32 0.89 0 0.07
HSL 278.87º 0.86% 0.52% -
HSV(B) 278.87º 0.89% 0.93% -
XYZ 30.88 14.65 82.09 -
YUV 90.54 211.22 179.68 -
System Red Green Blue C M Y K H S L
Decimal 163 25 238 0.32 0.89 0 0.07 278.87 0.86 0.52
Hex A3 19 EE 20 59 0 7 117 56 34
Octal 243 31 356 40 131 0 7 427 126 64
Binary 10100011 11001 11101110 100000 1011001 0 111 100010111 1010110 110100

Color Harmonies of #A319EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319EE

Black with #A319EE

Text Example


Text Example

White with #A319EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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