#ACA2F1

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

Shades of Wistful #ACA2F1

Tints of Wistful #ACA2F1

Color information

#ACA2F1 (or 0xACA2F1) is unknown color: approx Wistful. HEX triplet: AC, A2 and F1. RGB value is (172,162,241). Sum of RGB (Red+Green+Blue) = 172+162+241=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACA2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA2F1 is #535D0E. Grayscale: #ADADAD. Windows color (decimal): -5463311 or 15835820. OLE color: 15835820.

HSL color Cylindrical-coordinate representation of color #ACA2F1: hue angle of 247.59º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACA2F1 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172162241-
CMYK0.290.3300.05
HSL247.59º73.83%79.02%-
HSV(B)247.59º32.78%94.51%-
XYZ45.8140.9688.71-
YUV174165.81126.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 162 (63.67% from 255) = 28.17%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=29.91%
G=28.17%
B=41.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721622410.290.3300.05247.5973.8379.02
HexACA2F11D2105f84a4f
Octal254242361354105370112117
Binary1010110010100010111100011110110000101011111100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2F1; }

 p { color: rgb(172,162,241); }

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

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

 a { background-color: rgb(172,162,241); }

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

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

 span { border-color: rgb(172,162,241); }

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