#A093CC

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

Shades of Wistful #A093CC

Tints of Wistful #A093CC

Color information

#A093CC (or 0xA093CC) is unknown color: approx Wistful. HEX triplet: A0, 93 and CC. RGB value is (160,147,204). Sum of RGB (Red+Green+Blue) = 160+147+204=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #A093CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093CC is #5F6C33. Grayscale: #9D9D9D. Windows color (decimal): -6253620 or 13407136. OLE color: 13407136.

HSL color Cylindrical-coordinate representation of color #A093CC: hue angle of 253.68º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A093CC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160147204-
CMYK0.220.2800.2
HSL253.68º35.85%68.82%-
HSV(B)253.68º27.94%80%-
XYZ35.8332.761.55-
YUV157.38154.31129.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=31.31%
G=28.77%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601472040.220.2800.2253.6835.8568.82
HexA093CC161C014fe2445
Octal240223314263402437644105
Binary1010000010010011110011001011011100010100111111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093CC; }

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

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

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

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

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

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

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

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