#AC41FC

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

Shades of Blue Violet #AC41FC

Tints of Blue Violet #AC41FC

Color information

#AC41FC (or 0xAC41FC) is unknown color: approx Blue Violet. HEX triplet: AC, 41 and FC. RGB value is (172,65,252). Sum of RGB (Red+Green+Blue) = 172+65+252=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC41FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41FC is #53BE03. Grayscale: #757575. Windows color (decimal): -5488132 or 16531884. OLE color: 16531884.

HSL color Cylindrical-coordinate representation of color #AC41FC: hue angle of 274.33º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC41FC is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17265252-
CMYK0.320.7400.01
HSL274.33º96.89%62.16%-
HSV(B)274.33º74.21%98.82%-
XYZ36.4719.5893.95-
YUV118.31203.45166.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 65 (25.78% from 255) = 13.29%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=35.17%
G=13.29%
B=51.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172652520.320.7400.01274.3396.8962.16
HexAC41FC204A01112613e
Octal254101374401120142214176
Binary101011001000001111111001000001001010011000100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41FC; }

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

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

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

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

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

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

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

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