#A093CF

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

Shades of Wistful #A093CF

Tints of Wistful #A093CF

Color information

#A093CF (or 0xA093CF) is unknown color: approx Wistful. HEX triplet: A0, 93 and CF. RGB value is (160,147,207). Sum of RGB (Red+Green+Blue) = 160+147+207=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #A093CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093CF is #5F6C30. Grayscale: #9D9D9D. Windows color (decimal): -6253617 or 13603744. OLE color: 13603744.

HSL color Cylindrical-coordinate representation of color #A093CF: hue angle of 253º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A093CF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160147207-
CMYK0.230.2900.19
HSL253º38.46%69.41%-
HSV(B)253º28.99%81.18%-
XYZ36.1932.8563.46-
YUV157.73155.81129.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=31.13%
G=28.60%
B=40.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601472070.230.2900.1925338.4669.41
HexA093CF171D013fd2645
Octal240223317273502337546105
Binary1010000010010011110011111011111101010011111111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093CF; }

 p { color: rgb(160,147,207); }

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

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

 a { background-color: rgb(160,147,207); }

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

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

 span { border-color: rgb(160,147,207); }

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