Html Css Color HEX #A519ED Blue Violet

📋 copy color: '#A519ED'

red 165 ◦ green 25 ◦ blue 237

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

Shades of Blue Violet #A519ED

Tints of Blue Violet #A519ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 38.64%
G = 5.85%
B = 55.5%

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

#A519ED (or 0xA519ED) is known color: Blue Violet. HEX triplet: A5, 19 and ED. RGB value is (165,25,237). Sum of RGB (Red+Green+Blue) = 165+25+237=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #A519ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519ED is #5AE612. Grayscale: #5A5A5A. Windows color (decimal): -5957139 or 15538597. OLE color: 15538597.

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

Color convert

RGB 165 25 237 -
CMYK 0.30 0.89 0 0.07
HSL 279.62º 0.85% 0.51% -
HSV(B) 279.62º 0.89% 0.93% -
XYZ 31.15 14.81 81.34 -
YUV 91.03 210.38 180.76 -
System Red Green Blue C M Y K H S L
Decimal 165 25 237 0.30 0.89 0 0.07 279.62 0.85 0.51
Hex A5 19 ED 1E 59 0 7 118 55 33
Octal 245 31 355 36 131 0 7 430 125 63
Binary 10100101 11001 11101101 11110 1011001 0 111 100011000 1010101 110011

Color Harmonies of #A519ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519ED

Black with #A519ED

Text Example


Text Example

White with #A519ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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