#aca5db

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

Shades of Wistful #ACA5DB

Tints of Wistful #ACA5DB

Color information

#ACA5DB (or 0xACA5DB) is unknown color: approx Wistful. HEX triplet: AC, A5 and DB. RGB value is (172,165,219). Sum of RGB (Red+Green+Blue) = 172+165+219=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5DB is #535A24. Grayscale: #ADADAD. Windows color (decimal): -5462565 or 14394796. OLE color: 14394796.

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

Color convert

RGB172165219-
CMYK0.210.2500.14
HSL247.78º42.86%75.29%-
HSV(B)247.78º24.66%85.88%-
XYZ43.2540.872.61-
YUV173.25153.82127.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=30.94%
G=29.68%
B=39.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721652190.210.2500.14247.7842.8675.29
HexACA5DB15190Ef82b4b
Octal254245333253101637053113
Binary101011001010010111011011101011100101110111110001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aca5db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aca5db; }

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

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

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

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

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

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

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

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