Html Css Color HEX #A519EC Blue Violet

📋 copy color: '#A519EC'

red 165 ◦ green 25 ◦ blue 236

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

Shades of Blue Violet #A519EC

Tints of Blue Violet #A519EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.4%

R = 38.73%
G = 5.87%
B = 55.4%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A519EC (or 0xA519EC) is known color: Blue Violet. HEX triplet: A5, 19 and EC. RGB value is (165,25,236). Sum of RGB (Red+Green+Blue) = 165+25+236=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #A519EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519EC is #5AE613. Grayscale: #5A5A5A. Windows color (decimal): -5957140 or 15473061. OLE color: 15473061.

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

Color convert

RGB 165 25 236 -
CMYK 0.30 0.89 0 0.07
HSL 279.81º 0.85% 0.51% -
HSV(B) 279.81º 0.89% 0.93% -
XYZ 31.01 14.75 80.57 -
YUV 90.91 209.88 180.84 -
System Red Green Blue C M Y K H S L
Decimal 165 25 236 0.30 0.89 0 0.07 279.81 0.85 0.51
Hex A5 19 EC 1E 59 0 7 118 55 33
Octal 245 31 354 36 131 0 7 430 125 63
Binary 10100101 11001 11101100 11110 1011001 0 111 100011000 1010101 110011

Color Harmonies of #A519EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519EC

Black with #A519EC

Text Example


Text Example

White with #A519EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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