#ACACDA

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

Shades of Wistful #ACACDA

Tints of Wistful #ACACDA

Color information

#ACACDA (or 0xACACDA) is unknown color: approx Wistful. HEX triplet: AC, AC and DA. RGB value is (172,172,218). Sum of RGB (Red+Green+Blue) = 172+172+218=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACDA is #535325. Grayscale: #B1B1B1. Windows color (decimal): -5460774 or 14331052. OLE color: 14331052.

HSL color Cylindrical-coordinate representation of color #ACACDA: hue angle of 240º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACACDA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172172218-
CMYK0.210.2100.15
HSL240º38.33%76.47%-
HSV(B)240º21.1%85.49%-
XYZ44.4243.3472.35-
YUV177.24151124.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=30.60%
G=30.60%
B=38.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721722180.210.2100.1524038.3376.47
HexACACDA15150Ff0264c
Octal254254332252501736046114
Binary101011001010110011011010101011010101111111100001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACDA; }

 p { color: rgb(172,172,218); }

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

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

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

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

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

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

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