#A299D7

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

Shades of Wistful #A299D7

Tints of Wistful #A299D7

Color information

#A299D7 (or 0xA299D7) is unknown color: approx Wistful. HEX triplet: A2, 99 and D7. RGB value is (162,153,215). Sum of RGB (Red+Green+Blue) = 162+153+215=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #A299D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299D7 is #5D6628. Grayscale: #A2A2A2. Windows color (decimal): -6121001 or 14129570. OLE color: 14129570.

HSL color Cylindrical-coordinate representation of color #A299D7: hue angle of 248.71º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A299D7 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162153215-
CMYK0.250.2900.16
HSL248.71º43.66%72.16%-
HSV(B)248.71º28.84%84.31%-
XYZ38.5635.3769.08-
YUV162.76157.48127.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=30.57%
G=28.87%
B=40.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621532150.250.2900.16248.7143.6672.16
HexA299D7191D010f92c48
Octal242231327313502037154110
Binary1010001010011001110101111100111101010000111110011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299D7; }

 p { color: rgb(162,153,215); }

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

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

 a { background-color: rgb(162,153,215); }

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

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

 span { border-color: rgb(162,153,215); }

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