#AC69B4

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

Shades of Violet Blue #AC69B4

Tints of Violet Blue #AC69B4

Color information

#AC69B4 (or 0xAC69B4) is unknown color: approx Violet Blue. HEX triplet: AC, 69 and B4. RGB value is (172,105,180). Sum of RGB (Red+Green+Blue) = 172+105+180=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69B4 is #53964B. Grayscale: #858585. Windows color (decimal): -5477964 or 11823532. OLE color: 11823532.

HSL color Cylindrical-coordinate representation of color #AC69B4: hue angle of 293.6º degrees, saturation: 0.33, 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 #AC69B4 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172105180-
CMYK0.040.4200.29
HSL293.6º33.33%55.88%-
HSV(B)293.6º41.67%70.59%-
XYZ30.322.1745.86-
YUV133.58154.2155.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=37.64%
G=22.98%
B=39.39%

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
Decimal1721051800.040.4200.29293.633.3355.88
HexAC69B442A01D1262138
Octal2541512644520354464170
Binary10101100110100110110100100101010011101100100110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69B4; }

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

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

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

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

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

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

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

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