Html Css Color HEX #A519EE Blue Violet

📋 copy color: '#A519EE'

red 165 ◦ green 25 ◦ blue 238

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

Shades of Blue Violet #A519EE

Tints of Blue Violet #A519EE

RGB

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

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

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

R = 38.55%
G = 5.84%
B = 55.61%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A519EE (or 0xA519EE) is known color: Blue Violet. HEX triplet: A5, 19 and EE. RGB value is (165,25,238). Sum of RGB (Red+Green+Blue) = 165+25+238=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #A519EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519EE is #5AE611. Grayscale: #5A5A5A. Windows color (decimal): -5957138 or 15604133. OLE color: 15604133.

HSL color Cylindrical-coordinate representation of color #A519EE: hue angle of 279.44º 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 #A519EE is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 25 238 -
CMYK 0.31 0.89 0 0.07
HSL 279.44º 0.86% 0.52% -
HSV(B) 279.44º 0.89% 0.93% -
XYZ 31.3 14.87 82.11 -
YUV 91.14 210.88 180.68 -
System Red Green Blue C M Y K H S L
Decimal 165 25 238 0.31 0.89 0 0.07 279.44 0.86 0.52
Hex A5 19 EE 1F 59 0 7 117 56 34
Octal 245 31 356 37 131 0 7 427 126 64
Binary 10100101 11001 11101110 11111 1011001 0 111 100010111 1010110 110100

Color Harmonies of #A519EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519EE

Black with #A519EE

Text Example


Text Example

White with #A519EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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