#AC67B2

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

Shades of Violet Blue #AC67B2

Tints of Violet Blue #AC67B2

Color information

#AC67B2 (or 0xAC67B2) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and B2. RGB value is (172,103,178). Sum of RGB (Red+Green+Blue) = 172+103+178=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC67B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC67B2 is #53984D. Grayscale: #838383. Windows color (decimal): -5478478 or 11691948. OLE color: 11691948.

HSL color Cylindrical-coordinate representation of color #AC67B2: hue angle of 295.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC67B2 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172103178-
CMYK0.030.4200.30
HSL295.2º32.75%55.1%-
HSV(B)295.2º42.13%69.8%-
XYZ29.921.6944.73-
YUV132.18153.86156.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=37.97%
G=22.74%
B=39.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721031780.030.4200.30295.232.7555.1
HexAC67B232A01E1272137
Octal2541472623520364474167
Binary1010110011001111011001011101010011110100100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67B2; }

 p { color: rgb(172,103,178); }

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

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

 a { background-color: rgb(172,103,178); }

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

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

 span { border-color: rgb(172,103,178); }

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