#ACAADA

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

Shades of Wistful #ACAADA

Tints of Wistful #ACAADA

Color information

#ACAADA (or 0xACAADA) is unknown color: approx Wistful. HEX triplet: AC, AA and DA. RGB value is (172,170,218). Sum of RGB (Red+Green+Blue) = 172+170+218=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACAADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAADA is #535525. Grayscale: #AFAFAF. Windows color (decimal): -5461286 or 14330540. OLE color: 14330540.

HSL color Cylindrical-coordinate representation of color #ACAADA: hue angle of 242.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACAADA is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172170218-
CMYK0.210.2200.15
HSL242.5º39.34%76.08%-
HSV(B)242.5º22.02%85.49%-
XYZ44.0442.5872.23-
YUV176.07151.66125.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=30.71%
G=30.36%
B=38.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721702180.210.2200.15242.539.3476.08
HexACAADA15160Ff2274c
Octal254252332252601736247114
Binary101011001010101011011010101011011001111111100101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAADA; }

 p { color: rgb(172,170,218); }

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

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

 a { background-color: rgb(172,170,218); }

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

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

 span { border-color: rgb(172,170,218); }

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