Html Css Color HEX #A319E5 Blue Violet

📋 copy color: '#A319E5'

red 163 ◦ green 25 ◦ blue 229

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

Shades of Blue Violet #A319E5

Tints of Blue Violet #A319E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.92%

R = 39.09%
G = 6%
B = 54.92%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A319E5 (or 0xA319E5) is known color: Blue Violet. HEX triplet: A3, 19 and E5. RGB value is (163,25,229). Sum of RGB (Red+Green+Blue) = 163+25+229=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #A319E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319E5 is #5CE61A. Grayscale: #585858. Windows color (decimal): -6088219 or 15014307. OLE color: 15014307.

HSL color Cylindrical-coordinate representation of color #A319E5: hue angle of 280.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A319E5 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 25 229 -
CMYK 0.29 0.89 0 0.10
HSL 280.59º 0.8% 0.5% -
HSV(B) 280.59º 0.89% 0.9% -
XYZ 29.59 14.14 75.3 -
YUV 89.52 206.72 180.41 -
System Red Green Blue C M Y K H S L
Decimal 163 25 229 0.29 0.89 0 0.10 280.59 0.8 0.5
Hex A3 19 E5 1D 59 0 A 119 50 32
Octal 243 31 345 35 131 0 12 431 120 62
Binary 10100011 11001 11100101 11101 1011001 0 1010 100011001 1010000 110010

Color Harmonies of #A319E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319E5

Black with #A319E5

Text Example


Text Example

White with #A319E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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