#A094C8

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

Shades of Wistful #A094C8

Tints of Wistful #A094C8

Color information

#A094C8 (or 0xA094C8) is unknown color: approx Wistful. HEX triplet: A0, 94 and C8. RGB value is (160,148,200). Sum of RGB (Red+Green+Blue) = 160+148+200=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #A094C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094C8 is #5F6B37. Grayscale: #9D9D9D. Windows color (decimal): -6253368 or 13145248. OLE color: 13145248.

HSL color Cylindrical-coordinate representation of color #A094C8: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A094C8 is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB160148200-
CMYK0.20.2600.22
HSL253.85º32.1%68.24%-
HSV(B)253.85º26%78.43%-
XYZ35.5132.8259.11-
YUV157.52151.98129.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=31.50%
G=29.13%
B=39.37%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601482000.20.2600.22253.8532.168.24
HexA094C8141A016fe2044
Octal240224310243202637640104
Binary1010000010010100110010001010011010010110111111101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094C8; }

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

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

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

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

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

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

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

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