#ACA1EB

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

Shades of Wistful #ACA1EB

Tints of Wistful #ACA1EB

Color information

#ACA1EB (or 0xACA1EB) is unknown color: approx Wistful. HEX triplet: AC, A1 and EB. RGB value is (172,161,235). Sum of RGB (Red+Green+Blue) = 172+161+235=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACA1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA1EB is #535E14. Grayscale: #ACACAC. Windows color (decimal): -5463573 or 15442348. OLE color: 15442348.

HSL color Cylindrical-coordinate representation of color #ACA1EB: hue angle of 248.92º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACA1EB is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172161235-
CMYK0.270.3100.08
HSL248.92º64.91%77.65%-
HSV(B)248.92º31.49%92.16%-
XYZ44.7540.2684.01-
YUV172.72163.14127.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 161 (63.28% from 255) = 28.35%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=30.28%
G=28.35%
B=41.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721612350.270.3100.08248.9264.9177.65
HexACA1EB1B1F08f9414e
Octal2542413533337010371101116
Binary1010110010100001111010111101111111010001111100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1EB; }

 p { color: rgb(172,161,235); }

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

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

 a { background-color: rgb(172,161,235); }

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

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

 span { border-color: rgb(172,161,235); }

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