#AC69AD

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

Shades of Violet Blue #AC69AD

Tints of Violet Blue #AC69AD

Color information

#AC69AD (or 0xAC69AD) is unknown color: approx Violet Blue. HEX triplet: AC, 69 and AD. RGB value is (172,105,173). Sum of RGB (Red+Green+Blue) = 172+105+173=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC69AD is #539652. Grayscale: #848484. Windows color (decimal): -5477971 or 11364780. OLE color: 11364780.

HSL color Cylindrical-coordinate representation of color #AC69AD: hue angle of 299.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC69AD is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172105173-
CMYK0.010.3900.32
HSL299.12º29.31%54.51%-
HSV(B)299.12º39.31%67.84%-
XYZ29.6121.8942.2-
YUV132.78150.7155.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=38.22%
G=23.33%
B=38.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721051730.010.3900.32299.1229.3154.51
HexAC69AD12702012b1d37
Octal2541512551470404533567
Binary101011001101001101011011100111010000010010101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69AD; }

 p { color: rgb(172,105,173); }

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

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

 a { background-color: rgb(172,105,173); }

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

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

 span { border-color: rgb(172,105,173); }

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