#A092CE

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

Shades of Wistful #A092CE

Tints of Wistful #A092CE

Color information

#A092CE (or 0xA092CE) is unknown color: approx Wistful. HEX triplet: A0, 92 and CE. RGB value is (160,146,206). Sum of RGB (Red+Green+Blue) = 160+146+206=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A092CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092CE is #5F6D31. Grayscale: #9C9C9C. Windows color (decimal): -6253874 or 13537952. OLE color: 13537952.

HSL color Cylindrical-coordinate representation of color #A092CE: hue angle of 254º degrees, saturation: 0.38, 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 #A092CE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160146206-
CMYK0.220.2900.19
HSL254º37.97%69.02%-
HSV(B)254º29.13%80.78%-
XYZ35.9232.4962.77-
YUV157.03155.64130.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=31.25%
G=28.52%
B=40.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601462060.220.2900.1925437.9769.02
HexA092CE161D013fe2645
Octal240222316263502337646105
Binary1010000010010010110011101011011101010011111111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092CE; }

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

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

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

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

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

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

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

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