#ACA8DB

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

Shades of Wistful #ACA8DB

Tints of Wistful #ACA8DB

Color information

#ACA8DB (or 0xACA8DB) is unknown color: approx Wistful. HEX triplet: AC, A8 and DB. RGB value is (172,168,219). Sum of RGB (Red+Green+Blue) = 172+168+219=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8DB is #535724. Grayscale: #AEAEAE. Windows color (decimal): -5461797 or 14395564. OLE color: 14395564.

HSL color Cylindrical-coordinate representation of color #ACA8DB: hue angle of 244.71º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACA8DB is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172168219-
CMYK0.210.2300.14
HSL244.71º41.46%75.88%-
HSV(B)244.71º23.29%85.88%-
XYZ43.841.8972.79-
YUV175.01152.83125.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=30.77%
G=30.05%
B=39.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721682190.210.2300.14244.7141.4675.88
HexACA8DB15170Ef5294c
Octal254250333252701636551114
Binary101011001010100011011011101011011101110111101011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8DB; }

 p { color: rgb(172,168,219); }

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

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

 a { background-color: rgb(172,168,219); }

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

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

 span { border-color: rgb(172,168,219); }

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