#A092CC

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

Shades of Wistful #A092CC

Tints of Wistful #A092CC

Color information

#A092CC (or 0xA092CC) is unknown color: approx Wistful. HEX triplet: A0, 92 and CC. RGB value is (160,146,204). Sum of RGB (Red+Green+Blue) = 160+146+204=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #A092CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092CC is #5F6D33. Grayscale: #9C9C9C. Windows color (decimal): -6253876 or 13406880. OLE color: 13406880.

HSL color Cylindrical-coordinate representation of color #A092CC: hue angle of 254.48º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A092CC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160146204-
CMYK0.220.2800.2
HSL254.48º36.25%68.63%-
HSV(B)254.48º28.43%80%-
XYZ35.6832.3961.5-
YUV156.8154.64130.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 204 (80.08% from 255) = 40%
R=31.37%
G=28.63%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601462040.220.2800.2254.4836.2568.63
HexA092CC161C014fe2445
Octal240222314263402437644105
Binary1010000010010010110011001011011100010100111111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092CC; }

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

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

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

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

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

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

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

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