#A09CE3

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

Shades of Wistful #A09CE3

Tints of Wistful #A09CE3

Color information

#A09CE3 (or 0xA09CE3) is unknown color: approx Wistful. HEX triplet: A0, 9C and E3. RGB value is (160,156,227). Sum of RGB (Red+Green+Blue) = 160+156+227=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #A09CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CE3 is #5F631C. Grayscale: #A5A5A5. Windows color (decimal): -6251293 or 14916768. OLE color: 14916768.

HSL color Cylindrical-coordinate representation of color #A09CE3: hue angle of 243.38º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A09CE3 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160156227-
CMYK0.300.3100.11
HSL243.38º55.91%75.1%-
HSV(B)243.38º31.28%89.02%-
XYZ40.2536.877.65-
YUV165.29162.83124.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.47%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 227 (89.06% from 255) = 41.80%
R=29.47%
G=28.73%
B=41.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601562270.300.3100.11243.3855.9175.1
HexA09CE31E1F0Bf3384b
Octal240234343363701336370113
Binary101000001001110011100011111101111101011111100111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CE3; }

 p { color: rgb(160,156,227); }

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

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

 a { background-color: rgb(160,156,227); }

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

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

 span { border-color: rgb(160,156,227); }

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