#A0A4DA

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

Shades of Wistful #A0A4DA

Tints of Wistful #A0A4DA

Color information

#A0A4DA (or 0xA0A4DA) is unknown color: approx Wistful. HEX triplet: A0, A4 and DA. RGB value is (160,164,218). Sum of RGB (Red+Green+Blue) = 160+164+218=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4DA is #5F5B25. Grayscale: #A8A8A8. Windows color (decimal): -6249254 or 14328992. OLE color: 14328992.

HSL color Cylindrical-coordinate representation of color #A0A4DA: hue angle of 235.86º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0A4DA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160164218-
CMYK0.270.2500.15
HSL235.86º43.94%74.12%-
HSV(B)235.86º26.61%85.49%-
XYZ40.4339.0971.74-
YUV168.96155.67121.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=29.52%
G=30.26%
B=40.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601642180.270.2500.15235.8643.9474.12
HexA0A4DA1B190Fec2c4a
Octal240244332333101735454112
Binary101000001010010011011010110111100101111111011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A4DA; }

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

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

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

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

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

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

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

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