#AC69A4

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

Shades of Violet Blue #AC69A4

Tints of Violet Blue #AC69A4

Color information

#AC69A4 (or 0xAC69A4) is unknown color: approx Violet Blue. HEX triplet: AC, 69 and A4. RGB value is (172,105,164). Sum of RGB (Red+Green+Blue) = 172+105+164=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC69A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC69A4 is #53965B. Grayscale: #838383. Windows color (decimal): -5477980 or 10774956. OLE color: 10774956.

HSL color Cylindrical-coordinate representation of color #AC69A4: hue angle of 307.16º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC69A4 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172105164-
CMYK00.390.050.33
HSL307.16º28.76%54.31%-
HSV(B)307.16º38.95%67.45%-
XYZ28.7721.5537.77-
YUV131.76146.2156.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=39.00%
G=23.81%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210516400.390.050.33307.1628.7654.31
HexAC69A40275211331d36
Octal2541512440475414633566
Binary10101100110100110100100010011110110000110011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69A4; }

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

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

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

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

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

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

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

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