#a09bca

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

Shades of Wistful #A09BCA

Tints of Wistful #A09BCA

Color information

#A09BCA (or 0xA09BCA) is unknown color: approx Wistful. HEX triplet: A0, 9B and CA. RGB value is (160,155,202). Sum of RGB (Red+Green+Blue) = 160+155+202=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A09BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BCA is #5F6435. Grayscale: #A1A1A1. Windows color (decimal): -6251574 or 13278112. OLE color: 13278112.

HSL color Cylindrical-coordinate representation of color #A09BCA: hue angle of 246.38º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09BCA is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160155202-
CMYK0.210.2300.21
HSL246.38º30.72%70%-
HSV(B)246.38º23.27%79.22%-
XYZ36.8835.1860.72-
YUV161.85150.66126.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=30.95%
G=29.98%
B=39.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601552020.210.2300.21246.3830.7270
HexA09BCA1517015f61f46
Octal240233312252702536637106
Binary101000001001101111001010101011011101010111110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a09bca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a09bca; }

 p { color: rgb(160,155,202); }

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

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

 a { background-color: rgb(160,155,202); }

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

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

 span { border-color: rgb(160,155,202); }

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