#ACA2E4

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

Shades of Wistful #ACA2E4

Tints of Wistful #ACA2E4

Color information

#ACA2E4 (or 0xACA2E4) is unknown color: approx Wistful. HEX triplet: AC, A2 and E4. RGB value is (172,162,228). Sum of RGB (Red+Green+Blue) = 172+162+228=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACA2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2E4 is #535D1B. Grayscale: #ACACAC. Windows color (decimal): -5463324 or 14983852. OLE color: 14983852.

HSL color Cylindrical-coordinate representation of color #ACA2E4: hue angle of 249.09º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACA2E4 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172162228-
CMYK0.250.2900.11
HSL249.09º55%76.47%-
HSV(B)249.09º28.95%89.41%-
XYZ43.9440.2178.84-
YUV172.51159.31127.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 162 (63.67% from 255) = 28.83%
BLUE value IS 228 (89.45% from 255) = 40.57%
R=30.60%
G=28.83%
B=40.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721622280.250.2900.11249.095576.47
HexACA2E4191D0Bf9374c
Octal254242344313501337167114
Binary101011001010001011100100110011110101011111110011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2E4; }

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

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

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

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

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

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

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

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