#A094CA

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

Shades of Wistful #A094CA

Tints of Wistful #A094CA

Color information

#A094CA (or 0xA094CA) is unknown color: approx Wistful. HEX triplet: A0, 94 and CA. RGB value is (160,148,202). Sum of RGB (Red+Green+Blue) = 160+148+202=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #A094CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094CA is #5F6B35. Grayscale: #9D9D9D. Windows color (decimal): -6253366 or 13276320. OLE color: 13276320.

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

Color convert

RGB160148202-
CMYK0.210.2700.21
HSL253.33º33.75%68.63%-
HSV(B)253.33º26.73%79.22%-
XYZ35.7532.9260.35-
YUV157.74152.98129.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=31.37%
G=29.02%
B=39.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601482020.210.2700.21253.3333.7568.63
HexA094CA151B015fd2245
Octal240224312253302537542105
Binary1010000010010100110010101010111011010101111111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094CA; }

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

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

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

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

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

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

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

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