#A092D0

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

Shades of Wistful #A092D0

Tints of Wistful #A092D0

Color information

#A092D0 (or 0xA092D0) is unknown color: approx Wistful. HEX triplet: A0, 92 and D0. RGB value is (160,146,208). Sum of RGB (Red+Green+Blue) = 160+146+208=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A092D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092D0 is #5F6D2F. Grayscale: #9D9D9D. Windows color (decimal): -6253872 or 13669024. OLE color: 13669024.

HSL color Cylindrical-coordinate representation of color #A092D0: hue angle of 253.55º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A092D0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160146208-
CMYK0.230.3000.18
HSL253.55º39.74%69.41%-
HSV(B)253.55º29.81%81.57%-
XYZ36.1632.5964.06-
YUV157.25156.64129.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=31.13%
G=28.40%
B=40.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601462080.230.3000.18253.5539.7469.41
HexA092D0171E012fe2845
Octal240222320273602237650105
Binary1010000010010010110100001011111110010010111111101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092D0; }

 p { color: rgb(160,146,208); }

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

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

 a { background-color: rgb(160,146,208); }

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

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

 span { border-color: rgb(160,146,208); }

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