#a4a4ce

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

Shades of Wistful #A4A4CE

Tints of Wistful #A4A4CE

Color information

#A4A4CE (or 0xA4A4CE) is unknown color: approx Wistful. HEX triplet: A4, A4 and CE. RGB value is (164,164,206). Sum of RGB (Red+Green+Blue) = 164+164+206=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A4CE is #5B5B31. Grayscale: #A8A8A8. Windows color (decimal): -5987122 or 13542564. OLE color: 13542564.

HSL color Cylindrical-coordinate representation of color #A4A4CE: hue angle of 240º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4A4CE is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164164206-
CMYK0.200.2000.19
HSL240º30%72.55%-
HSV(B)240º20.39%80.78%-
XYZ39.7338.963.81-
YUV168.79149124.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 164 (64.45% from 255) = 30.71%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=30.71%
G=30.71%
B=38.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641642060.200.2000.192403072.55
HexA4A4CE1414013f01e49
Octal244244316242402336036111
Binary101001001010010011001110101001010001001111110000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4a4ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4a4ce; }

 p { color: rgb(164,164,206); }

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

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

 a { background-color: rgb(164,164,206); }

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

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

 span { border-color: rgb(164,164,206); }

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