#A4A1CB

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

Shades of Wistful #A4A1CB

Tints of Wistful #A4A1CB

Color information

#A4A1CB (or 0xA4A1CB) is unknown color: approx Wistful. HEX triplet: A4, A1 and CB. RGB value is (164,161,203). Sum of RGB (Red+Green+Blue) = 164+161+203=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1CB is #5B5E34. Grayscale: #A6A6A6. Windows color (decimal): -5987893 or 13345188. OLE color: 13345188.

HSL color Cylindrical-coordinate representation of color #A4A1CB: hue angle of 244.29º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4A1CB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164161203-
CMYK0.190.2100.20
HSL244.29º28.77%71.37%-
HSV(B)244.29º20.69%79.61%-
XYZ38.8337.6961.73-
YUV166.68148.49126.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=31.06%
G=30.49%
B=38.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641612030.190.2100.20244.2928.7771.37
HexA4A1CB1315014f41d47
Octal244241313232502436435107
Binary101001001010000111001011100111010101010011110100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1CB; }

 p { color: rgb(164,161,203); }

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

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

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

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

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

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

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