#A096ED

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

Shades of Wistful #A096ED

Tints of Wistful #A096ED

Color information

#A096ED (or 0xA096ED) is unknown color: approx Wistful. HEX triplet: A0, 96 and ED. RGB value is (160,150,237). Sum of RGB (Red+Green+Blue) = 160+150+237=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #A096ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096ED is #5F6912. Grayscale: #A2A2A2. Windows color (decimal): -6252819 or 15570592. OLE color: 15570592.

HSL color Cylindrical-coordinate representation of color #A096ED: hue angle of 246.9º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A096ED is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160150237-
CMYK0.320.3700.07
HSL246.9º70.73%75.88%-
HSV(B)246.9º36.71%92.94%-
XYZ40.6935.484.81-
YUV162.91169.81125.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=29.25%
G=27.42%
B=43.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601502370.320.3700.07246.970.7375.88
HexA096ED202507f7474c
Octal240226355404507367107114
Binary10100000100101101110110110000010010101111111011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096ED; }

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

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

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

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

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

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

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

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