#AC69A1

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

Shades of Violet Blue #AC69A1

Tints of Violet Blue #AC69A1

Color information

#AC69A1 (or 0xAC69A1) is unknown color: approx Violet Blue. HEX triplet: AC, 69 and A1. RGB value is (172,105,161). Sum of RGB (Red+Green+Blue) = 172+105+161=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC69A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC69A1 is #53965E. Grayscale: #838383. Windows color (decimal): -5477983 or 10578348. OLE color: 10578348.

HSL color Cylindrical-coordinate representation of color #AC69A1: hue angle of 309.85º 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 #AC69A1 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172105161-
CMYK00.390.060.33
HSL309.85º28.76%54.31%-
HSV(B)309.85º38.95%67.45%-
XYZ28.521.4536.36-
YUV131.42144.7156.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=39.27%
G=23.97%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210516100.390.060.33309.8528.7654.31
HexAC69A10276211361d36
Octal2541512410476414663566
Binary10101100110100110100001010011111010000110011011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69A1; }

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

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

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

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

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

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

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

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