#A099CD

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

Shades of Wistful #A099CD

Tints of Wistful #A099CD

Color information

#A099CD (or 0xA099CD) is unknown color: approx Wistful. HEX triplet: A0, 99 and CD. RGB value is (160,153,205). Sum of RGB (Red+Green+Blue) = 160+153+205=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #A099CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099CD is #5F6632. Grayscale: #A0A0A0. Windows color (decimal): -6252083 or 13474208. OLE color: 13474208.

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

Color convert

RGB160153205-
CMYK0.220.2500.20
HSL248.08º34.21%70.2%-
HSV(B)248.08º25.37%80.39%-
XYZ36.9134.6662.5-
YUV161.02152.82127.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=30.89%
G=29.54%
B=39.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601532050.220.2500.20248.0834.2170.2
HexA099CD1619014f82246
Octal240231315263102437042106
Binary1010000010011001110011011011011001010100111110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099CD; }

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

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

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

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

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

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

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

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