#A095CC

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

Shades of Wistful #A095CC

Tints of Wistful #A095CC

Color information

#A095CC (or 0xA095CC) is unknown color: approx Wistful. HEX triplet: A0, 95 and CC. RGB value is (160,149,204). Sum of RGB (Red+Green+Blue) = 160+149+204=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A095CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095CC is #5F6A33. Grayscale: #9E9E9E. Windows color (decimal): -6253108 or 13407648. OLE color: 13407648.

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

Color convert

RGB160149204-
CMYK0.220.2700.2
HSL252º35.03%69.22%-
HSV(B)252º26.96%80%-
XYZ36.1433.3361.65-
YUV158.56153.64129.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=31.19%
G=29.04%
B=39.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601492040.220.2700.225235.0369.22
HexA095CC161B014fc2345
Octal240225314263302437443105
Binary1010000010010101110011001011011011010100111111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095CC; }

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

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

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

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

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

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

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

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