#AC65B4

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

Shades of Violet Blue #AC65B4

Tints of Violet Blue #AC65B4

Color information

#AC65B4 (or 0xAC65B4) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and B4. RGB value is (172,101,180). Sum of RGB (Red+Green+Blue) = 172+101+180=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC65B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65B4 is #539A4B. Grayscale: #828282. Windows color (decimal): -5478988 or 11822508. OLE color: 11822508.

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

Color convert

RGB172101180-
CMYK0.040.4400.29
HSL293.92º34.5%55.1%-
HSV(B)293.92º43.89%70.59%-
XYZ29.9121.3745.73-
YUV131.24155.52157.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=37.97%
G=22.30%
B=39.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721011800.040.4400.29293.9234.555.1
HexAC65B442C01D1262237
Octal2541452644540354464267
Binary10101100110010110110100100101100011101100100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65B4; }

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

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

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

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

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

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

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

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