Html Css Color HEX #A519E7 Blue Violet

📋 copy color: '#A519E7'

red 165 ◦ green 25 ◦ blue 231

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

Shades of Blue Violet #A519E7

Tints of Blue Violet #A519E7

RGB

 RED value IS 165 (64.84% from 255) = 39.19%

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

 BLUE value IS 231 (90.63% from 255) = 54.87%

R = 39.19%
G = 5.94%
B = 54.87%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A519E7 (or 0xA519E7) is known color: Blue Violet. HEX triplet: A5, 19 and E7. RGB value is (165,25,231). Sum of RGB (Red+Green+Blue) = 165+25+231=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 231 (90.62% from 255 or 54.87% from 421); Max value from RGB is 231 - color contains mainly: blue. Hex color #A519E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519E7 is #5AE618. Grayscale: #595959. Windows color (decimal): -5957145 or 15145381. OLE color: 15145381.

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

Color convert

RGB 165 25 231 -
CMYK 0.29 0.89 0 0.09
HSL 280.78º 0.81% 0.5% -
HSV(B) 280.78º 0.89% 0.91% -
XYZ 30.29 14.46 76.8 -
YUV 90.34 207.38 181.25 -
System Red Green Blue C M Y K H S L
Decimal 165 25 231 0.29 0.89 0 0.09 280.78 0.81 0.5
Hex A5 19 E7 1D 59 0 9 119 51 32
Octal 245 31 347 35 131 0 11 431 121 62
Binary 10100101 11001 11100111 11101 1011001 0 1001 100011001 1010001 110010

Color Harmonies of #A519E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519E7

Black with #A519E7

Text Example


Text Example

White with #A519E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519E7; }

 p { color: rgb(165,25,231); }

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

background-color css

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

 a { background-color: rgb(165,25,231); }

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

border-color css

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

 span { border-color: rgb(165,25,231); }

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