Html Css Color HEX #A617ED Blue Violet

📋 copy color: '#A617ED'

red 166 ◦ green 23 ◦ blue 237

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

Shades of Blue Violet #A617ED

Tints of Blue Violet #A617ED

RGB

 RED value IS 166 (65.23% from 255) = 38.97%

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

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

R = 38.97%
G = 5.4%
B = 55.63%

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

#A617ED (or 0xA617ED) is known color: Blue Violet. HEX triplet: A6, 17 and ED. RGB value is (166,23,237). Sum of RGB (Red+Green+Blue) = 166+23+237=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #A617ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A617ED is #59E812. Grayscale: #595959. Windows color (decimal): -5892115 or 15538086. OLE color: 15538086.

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

Color convert

RGB 166 23 237 -
CMYK 0.30 0.90 0 0.07
HSL 280.09º 0.86% 0.51% -
HSV(B) 280.09º 0.9% 0.93% -
XYZ 31.32 14.83 81.33 -
YUV 90.15 210.88 182.1 -
System Red Green Blue C M Y K H S L
Decimal 166 23 237 0.30 0.90 0 0.07 280.09 0.86 0.51
Hex A6 17 ED 1E 5A 0 7 118 56 33
Octal 246 27 355 36 132 0 7 430 126 63
Binary 10100110 10111 11101101 11110 1011010 0 111 100011000 1010110 110011

Color Harmonies of #A617ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A617ED

Black with #A617ED

Text Example


Text Example

White with #A617ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A617ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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