#A296CB

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

Shades of Wistful #A296CB

Tints of Wistful #A296CB

Color information

#A296CB (or 0xA296CB) is unknown color: approx Wistful. HEX triplet: A2, 96 and CB. RGB value is (162,150,203). Sum of RGB (Red+Green+Blue) = 162+150+203=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #A296CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296CB is #5D6934. Grayscale: #9F9F9F. Windows color (decimal): -6121781 or 13342370. OLE color: 13342370.

HSL color Cylindrical-coordinate representation of color #A296CB: hue angle of 253.58º degrees, saturation: 0.34, 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 #A296CB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162150203-
CMYK0.200.2600.20
HSL253.58º33.76%69.22%-
HSV(B)253.58º26.11%79.61%-
XYZ36.5933.8161.1-
YUV159.63152.48129.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=31.46%
G=29.13%
B=39.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621502030.200.2600.20253.5833.7669.22
HexA296CB141A014fe2245
Octal242226313243202437642105
Binary1010001010010110110010111010011010010100111111101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296CB; }

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

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

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

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

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

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

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

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