#A1A4CB

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

Shades of Wistful #A1A4CB

Tints of Wistful #A1A4CB

Color information

#A1A4CB (or 0xA1A4CB) is unknown color: approx Wistful. HEX triplet: A1, A4 and CB. RGB value is (161,164,203). Sum of RGB (Red+Green+Blue) = 161+164+203=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 164 (64.45% from 255 or 31.06% 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 #A1A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4CB is #5E5B34. Grayscale: #A7A7A7. Windows color (decimal): -6183733 or 13345953. OLE color: 13345953.

HSL color Cylindrical-coordinate representation of color #A1A4CB: hue angle of 235.71º 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 #A1A4CB is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161164203-
CMYK0.210.1900.20
HSL235.71º28.77%71.37%-
HSV(B)235.71º20.69%79.61%-
XYZ38.7538.4461.88-
YUV167.55148.01123.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611642030.210.1900.20235.7128.7771.37
HexA1A4CB1513014ec1d47
Octal241244313252302435435107
Binary101000011010010011001011101011001101010011101100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4CB; }

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

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

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

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

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

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

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

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