#A4A0CA

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

Shades of Wistful #A4A0CA

Tints of Wistful #A4A0CA

Color information

#A4A0CA (or 0xA4A0CA) is unknown color: approx Wistful. HEX triplet: A4, A0 and CA. RGB value is (164,160,202). Sum of RGB (Red+Green+Blue) = 164+160+202=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0CA is #5B5F35. Grayscale: #A5A5A5. Windows color (decimal): -5988150 or 13279396. OLE color: 13279396.

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

Color convert

RGB164160202-
CMYK0.190.2100.21
HSL245.71º28.38%70.98%-
HSV(B)245.71º20.79%79.22%-
XYZ38.5437.361.05-
YUV165.98148.33126.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=31.18%
G=30.42%
B=38.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641602020.190.2100.21245.7128.3870.98
HexA4A0CA1315015f61c47
Octal244240312232502536634107
Binary101001001010000011001010100111010101010111110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0CA; }

 p { color: rgb(164,160,202); }

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

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

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

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

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

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

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