#A296CC

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

Shades of Wistful #A296CC

Tints of Wistful #A296CC

Color information

#A296CC (or 0xA296CC) is unknown color: approx Wistful. HEX triplet: A2, 96 and CC. RGB value is (162,150,204). Sum of RGB (Red+Green+Blue) = 162+150+204=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #A296CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296CC is #5D6933. Grayscale: #9F9F9F. Windows color (decimal): -6121780 or 13407906. OLE color: 13407906.

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

Color convert

RGB162150204-
CMYK0.210.2600.2
HSL253.33º34.62%69.41%-
HSV(B)253.33º26.47%80%-
XYZ36.7133.8561.73-
YUV159.74152.98129.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=31.40%
G=29.07%
B=39.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621502040.210.2600.2253.3334.6269.41
HexA296CC151A014fd2345
Octal242226314253202437543105
Binary1010001010010110110011001010111010010100111111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296CC; }

 p { color: rgb(162,150,204); }

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

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

 a { background-color: rgb(162,150,204); }

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

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

 span { border-color: rgb(162,150,204); }

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