Html Css Color HEX #A617EC Blue Violet

📋 copy color: '#A617EC'

red 166 ◦ green 23 ◦ blue 236

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

Shades of Blue Violet #A617EC

Tints of Blue Violet #A617EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.53%

R = 39.06%
G = 5.41%
B = 55.53%

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

#A617EC (or 0xA617EC) is known color: Blue Violet. HEX triplet: A6, 17 and EC. RGB value is (166,23,236). Sum of RGB (Red+Green+Blue) = 166+23+236=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #A617EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A617EC is #59E813. Grayscale: #595959. Windows color (decimal): -5892116 or 15472550. OLE color: 15472550.

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

Color convert

RGB 166 23 236 -
CMYK 0.30 0.90 0 0.07
HSL 280.28º 0.85% 0.51% -
HSV(B) 280.28º 0.9% 0.93% -
XYZ 31.17 14.78 80.57 -
YUV 90.04 210.38 182.18 -
System Red Green Blue C M Y K H S L
Decimal 166 23 236 0.30 0.90 0 0.07 280.28 0.85 0.51
Hex A6 17 EC 1E 5A 0 7 118 55 33
Octal 246 27 354 36 132 0 7 430 125 63
Binary 10100110 10111 11101100 11110 1011010 0 111 100011000 1010101 110011

Color Harmonies of #A617EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A617EC

Black with #A617EC

Text Example


Text Example

White with #A617EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A617EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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