#A1A4CC

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

Shades of Wistful #A1A4CC

Tints of Wistful #A1A4CC

Color information

#A1A4CC (or 0xA1A4CC) is unknown color: approx Wistful. HEX triplet: A1, A4 and CC. RGB value is (161,164,204). Sum of RGB (Red+Green+Blue) = 161+164+204=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1A4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4CC is #5E5B33. Grayscale: #A7A7A7. Windows color (decimal): -6183732 or 13411489. OLE color: 13411489.

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

Color convert

RGB161164204-
CMYK0.210.2000.2
HSL235.81º29.66%71.57%-
HSV(B)235.81º21.08%80%-
XYZ38.8738.4962.51-
YUV167.66148.51123.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=30.43%
G=31.00%
B=38.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611642040.210.2000.2235.8129.6671.57
HexA1A4CC1514014ec1e48
Octal241244314252402435436110
Binary101000011010010011001100101011010001010011101100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4CC; }

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

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

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

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

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

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

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

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