#A096CD

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

Shades of Wistful #A096CD

Tints of Wistful #A096CD

Color information

#A096CD (or 0xA096CD) is unknown color: approx Wistful. HEX triplet: A0, 96 and CD. RGB value is (160,150,205). Sum of RGB (Red+Green+Blue) = 160+150+205=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A096CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096CD is #5F6932. Grayscale: #9F9F9F. Windows color (decimal): -6252851 or 13473440. OLE color: 13473440.

HSL color Cylindrical-coordinate representation of color #A096CD: hue angle of 250.91º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A096CD is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160150205-
CMYK0.220.2700.20
HSL250.91º35.48%69.61%-
HSV(B)250.91º26.83%80.39%-
XYZ36.4233.6962.34-
YUV159.26153.81128.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=31.07%
G=29.13%
B=39.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601502050.220.2700.20250.9135.4869.61
HexA096CD161B014fb2346
Octal240226315263302437343106
Binary1010000010010110110011011011011011010100111110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096CD; }

 p { color: rgb(160,150,205); }

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

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

 a { background-color: rgb(160,150,205); }

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

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

 span { border-color: rgb(160,150,205); }

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