#A09CCD

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

Shades of Wistful #A09CCD

Tints of Wistful #A09CCD

Color information

#A09CCD (or 0xA09CCD) is unknown color: approx Wistful. HEX triplet: A0, 9C and CD. RGB value is (160,156,205). Sum of RGB (Red+Green+Blue) = 160+156+205=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #A09CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CCD is #5F6332. Grayscale: #A2A2A2. Windows color (decimal): -6251315 or 13474976. OLE color: 13474976.

HSL color Cylindrical-coordinate representation of color #A09CCD: hue angle of 244.9º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09CCD is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160156205-
CMYK0.220.2400.20
HSL244.9º32.89%70.78%-
HSV(B)244.9º23.9%80.39%-
XYZ37.4135.6662.67-
YUV162.78151.83126.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=30.71%
G=29.94%
B=39.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601562050.220.2400.20244.932.8970.78
HexA09CCD1618014f52147
Octal240234315263002436541107
Binary1010000010011100110011011011011000010100111101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CCD; }

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

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

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

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

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

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

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

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