#AC41FF

Color #AC41FF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AC41FF

Tints of Blue Violet #AC41FF

Color information

#AC41FF (or 0xAC41FF) is unknown color: approx Blue Violet. HEX triplet: AC, 41 and FF. RGB value is (172,65,255). Sum of RGB (Red+Green+Blue) = 172+65+255=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC41FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41FF is #53BE00. Grayscale: #767676. Windows color (decimal): -5488129 or 16728492. OLE color: 16728492.

HSL color Cylindrical-coordinate representation of color #AC41FF: hue angle of 273.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC41FF is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17265255-
CMYK0.330.7500
HSL273.79º100%62.75%-
HSV(B)273.79º74.51%100%-
XYZ36.9519.7796.48-
YUV118.65204.95166.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 65 (25.78% from 255) = 13.21%
BLUE value IS 255 (100% from 255) = 51.83%
R=34.96%
G=13.21%
B=51.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172652550.330.7500273.7910062.75
HexAC41FF214B00112643f
Octal254101377411130042214477
Binary101011001000001111111111000011001011001000100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41FF; }

 p { color: rgb(172,65,255); }

 H1.HeaderClassName
 {
   color: #AC41FF;
 }
 .AnyTagClassName
 {
   color: #AC41FF;
 }
</style>
background-color css

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

 a { background-color: rgb(172,65,255); }

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

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

 span { border-color: rgb(172,65,255); }

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