#A096C4

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

Shades of Wistful #A096C4

Tints of Wistful #A096C4

Color information

#A096C4 (or 0xA096C4) is unknown color: approx Wistful. HEX triplet: A0, 96 and C4. RGB value is (160,150,196). Sum of RGB (Red+Green+Blue) = 160+150+196=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #A096C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096C4 is #5F693B. Grayscale: #9E9E9E. Windows color (decimal): -6252860 or 12883616. OLE color: 12883616.

HSL color Cylindrical-coordinate representation of color #A096C4: hue angle of 253.04º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A096C4 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB160150196-
CMYK0.180.2300.23
HSL253.04º28.05%67.84%-
HSV(B)253.04º23.47%76.86%-
XYZ35.3733.2756.78-
YUV158.23149.31129.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=31.62%
G=29.64%
B=38.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601501960.180.2300.23253.0428.0567.84
HexA096C41217017fd1c44
Octal240226304222702737534104
Binary101000001001011011000100100101011101011111111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096C4; }

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

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

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

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

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

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

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

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