Html Css Color HEX #A517ED Blue Violet

📋 copy color: '#A517ED'

red 165 ◦ green 23 ◦ blue 237

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

Shades of Blue Violet #A517ED

Tints of Blue Violet #A517ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.41%

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

R = 38.82%
G = 5.41%
B = 55.76%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A517ED (or 0xA517ED) is known color: Blue Violet. HEX triplet: A5, 17 and ED. RGB value is (165,23,237). Sum of RGB (Red+Green+Blue) = 165+23+237=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #A517ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A517ED is #5AE812. Grayscale: #595959. Windows color (decimal): -5957651 or 15538085. OLE color: 15538085.

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

Color convert

RGB 165 23 237 -
CMYK 0.30 0.90 0 0.07
HSL 279.81º 0.86% 0.51% -
HSV(B) 279.81º 0.9% 0.93% -
XYZ 31.11 14.73 81.32 -
YUV 89.85 211.04 181.6 -
System Red Green Blue C M Y K H S L
Decimal 165 23 237 0.30 0.90 0 0.07 279.81 0.86 0.51
Hex A5 17 ED 1E 5A 0 7 118 56 33
Octal 245 27 355 36 132 0 7 430 126 63
Binary 10100101 10111 11101101 11110 1011010 0 111 100011000 1010110 110011

Color Harmonies of #A517ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517ED

Black with #A517ED

Text Example


Text Example

White with #A517ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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