#A092DD

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

Shades of Wistful #A092DD

Tints of Wistful #A092DD

Color information

#A092DD (or 0xA092DD) is unknown color: approx Wistful. HEX triplet: A0, 92 and DD. RGB value is (160,146,221). Sum of RGB (Red+Green+Blue) = 160+146+221=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A092DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092DD is #5F6D22. Grayscale: #9E9E9E. Windows color (decimal): -6253859 or 14520992. OLE color: 14520992.

HSL color Cylindrical-coordinate representation of color #A092DD: hue angle of 251.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A092DD is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160146221-
CMYK0.280.3400.13
HSL251.2º52.45%71.96%-
HSV(B)251.2º33.94%86.67%-
XYZ37.8333.2572.83-
YUV158.74163.14128.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=30.36%
G=27.70%
B=41.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601462210.280.3400.13251.252.4571.96
HexA092DD1C220Dfb3448
Octal240222335344201537364110
Binary1010000010010010110111011110010001001101111110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092DD; }

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

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

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

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

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

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

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

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