#AC2CF1

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

Shades of Blue Violet #AC2CF1

Tints of Blue Violet #AC2CF1

Color information

#AC2CF1 (or 0xAC2CF1) is unknown color: approx Blue Violet. HEX triplet: AC, 2C and F1. RGB value is (172,44,241). Sum of RGB (Red+Green+Blue) = 172+44+241=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC2CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2CF1 is #53D30E. Grayscale: #686868. Windows color (decimal): -5493519 or 15805612. OLE color: 15805612.

HSL color Cylindrical-coordinate representation of color #AC2CF1: hue angle of 278.98º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2CF1 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17244241-
CMYK0.290.8200.05
HSL278.98º87.56%55.88%-
HSV(B)278.98º81.74%94.51%-
XYZ33.7916.9284.7-
YUV104.73204.91175.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 44 (17.58% from 255) = 9.63%
BLUE value IS 241 (94.53% from 255) = 52.74%
R=37.64%
G=9.63%
B=52.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172442410.290.8200.05278.9887.5655.88
HexAC2CF11D52051175838
Octal25454361351220542713070
Binary101011001011001111000111101101001001011000101111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2CF1; }

 p { color: rgb(172,44,241); }

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

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

 a { background-color: rgb(172,44,241); }

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

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

 span { border-color: rgb(172,44,241); }

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