#ACABDA

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

Shades of Wistful #ACABDA

Tints of Wistful #ACABDA

Color information

#ACABDA (or 0xACABDA) is unknown color: approx Wistful. HEX triplet: AC, AB and DA. RGB value is (172,171,218). Sum of RGB (Red+Green+Blue) = 172+171+218=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABDA is #535425. Grayscale: #B0B0B0. Windows color (decimal): -5461030 or 14330796. OLE color: 14330796.

HSL color Cylindrical-coordinate representation of color #ACABDA: hue angle of 241.28º 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 #ACABDA is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172171218-
CMYK0.210.2200.15
HSL241.28º38.84%76.27%-
HSV(B)241.28º21.56%85.49%-
XYZ44.2342.9672.29-
YUV176.66151.33124.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=30.66%
G=30.48%
B=38.86%

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
Decimal1721712180.210.2200.15241.2838.8476.27
HexACABDA15160Ff1274c
Octal254253332252601736147114
Binary101011001010101111011010101011011001111111100011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABDA; }

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

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

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

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

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

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

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

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