#A092CF

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

Shades of Wistful #A092CF

Tints of Wistful #A092CF

Color information

#A092CF (or 0xA092CF) is unknown color: approx Wistful. HEX triplet: A0, 92 and CF. RGB value is (160,146,207). Sum of RGB (Red+Green+Blue) = 160+146+207=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #A092CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092CF is #5F6D30. Grayscale: #9C9C9C. Windows color (decimal): -6253873 or 13603488. OLE color: 13603488.

HSL color Cylindrical-coordinate representation of color #A092CF: hue angle of 253.77º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A092CF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160146207-
CMYK0.230.2900.19
HSL253.77º38.85%69.22%-
HSV(B)253.77º29.47%81.18%-
XYZ36.0432.5463.41-
YUV157.14156.14130.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=31.19%
G=28.46%
B=40.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601462070.230.2900.19253.7738.8569.22
HexA092CF171D013fe2745
Octal240222317273502337647105
Binary1010000010010010110011111011111101010011111111101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092CF; }

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

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

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

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

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

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

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

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