Html Css Color HEX #A516ED Blue Violet

📋 copy color: '#A516ED'

red 165 ◦ green 22 ◦ blue 237

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

Shades of Blue Violet #A516ED

Tints of Blue Violet #A516ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.19%

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

R = 38.92%
G = 5.19%
B = 55.9%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A516ED (or 0xA516ED) is known color: Blue Violet. HEX triplet: A5, 16 and ED. RGB value is (165,22,237). Sum of RGB (Red+Green+Blue) = 165+22+237=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #A516ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A516ED is #5AE912. Grayscale: #585858. Windows color (decimal): -5957907 or 15537829. OLE color: 15537829.

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

Color convert

RGB 165 22 237 -
CMYK 0.30 0.91 0 0.07
HSL 279.91º 0.86% 0.51% -
HSV(B) 279.91º 0.91% 0.93% -
XYZ 31.09 14.69 81.32 -
YUV 89.27 211.38 182.02 -
System Red Green Blue C M Y K H S L
Decimal 165 22 237 0.30 0.91 0 0.07 279.91 0.86 0.51
Hex A5 16 ED 1E 5B 0 7 118 56 33
Octal 245 26 355 36 133 0 7 430 126 63
Binary 10100101 10110 11101101 11110 1011011 0 111 100011000 1010110 110011

Color Harmonies of #A516ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516ED

Black with #A516ED

Text Example


Text Example

White with #A516ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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