#AC68B4

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

Shades of Violet Blue #AC68B4

Tints of Violet Blue #AC68B4

Color information

#AC68B4 (or 0xAC68B4) is unknown color: approx Violet Blue. HEX triplet: AC, 68 and B4. RGB value is (172,104,180). Sum of RGB (Red+Green+Blue) = 172+104+180=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC68B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68B4 is #53974B. Grayscale: #848484. Windows color (decimal): -5478220 or 11823276. OLE color: 11823276.

HSL color Cylindrical-coordinate representation of color #AC68B4: hue angle of 293.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC68B4 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172104180-
CMYK0.040.4200.29
HSL293.68º33.63%55.69%-
HSV(B)293.68º42.22%70.59%-
XYZ30.221.9745.83-
YUV133154.53155.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=37.72%
G=22.81%
B=39.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721041800.040.4200.29293.6833.6355.69
HexAC68B442A01D1262238
Octal2541502644520354464270
Binary10101100110100010110100100101010011101100100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC68B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC68B4; }

 p { color: rgb(172,104,180); }

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

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

 a { background-color: rgb(172,104,180); }

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

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

 span { border-color: rgb(172,104,180); }

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