#AFAAD0

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

Shades of Wistful #AFAAD0

Tints of Wistful #AFAAD0

Color information

#AFAAD0 (or 0xAFAAD0) is unknown color: approx Wistful. HEX triplet: AF, AA and D0. RGB value is (175,170,208). Sum of RGB (Red+Green+Blue) = 175+170+208=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFAAD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAD0 is #50552F. Grayscale: #AFAFAF. Windows color (decimal): -5264688 or 13675183. OLE color: 13675183.

HSL color Cylindrical-coordinate representation of color #AFAAD0: hue angle of 247.89º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFAAD0 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175170208-
CMYK0.160.1800.18
HSL247.89º28.79%74.12%-
HSV(B)247.89º18.27%81.57%-
XYZ43.4442.4265.57-
YUV175.83146.16127.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=31.65%
G=30.74%
B=37.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751702080.160.1800.18247.8928.7974.12
HexAFAAD01012012f81d4a
Octal257252320202202237035112
Binary101011111010101011010000100001001001001011111000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAD0; }

 p { color: rgb(175,170,208); }

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

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

 a { background-color: rgb(175,170,208); }

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

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

 span { border-color: rgb(175,170,208); }

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