#AC3DF9

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

Shades of Blue Violet #AC3DF9

Tints of Blue Violet #AC3DF9

Color information

#AC3DF9 (or 0xAC3DF9) is unknown color: approx Blue Violet. HEX triplet: AC, 3D and F9. RGB value is (172,61,249). Sum of RGB (Red+Green+Blue) = 172+61+249=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC3DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3DF9 is #53C206. Grayscale: #727272. Windows color (decimal): -5489159 or 16334252. OLE color: 16334252.

HSL color Cylindrical-coordinate representation of color #AC3DF9: hue angle of 275.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC3DF9 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17261249-
CMYK0.310.7600.02
HSL275.43º94%60.78%-
HSV(B)275.43º75.5%97.65%-
XYZ35.7818.9591.39-
YUV115.62203.27168.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 61 (24.22% from 255) = 12.66%
BLUE value IS 249 (97.66% from 255) = 51.66%
R=35.68%
G=12.66%
B=51.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172612490.310.7600.02275.439460.78
HexAC3DF91F4C021135e3d
Octal25475371371140242313675
Binary10101100111101111110011111110011000101000100111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3DF9; }

 p { color: rgb(172,61,249); }

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

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

 a { background-color: rgb(172,61,249); }

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

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

 span { border-color: rgb(172,61,249); }

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