#AFAADA

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

Shades of Wistful #AFAADA

Tints of Wistful #AFAADA

Color information

#AFAADA (or 0xAFAADA) is unknown color: approx Wistful. HEX triplet: AF, AA and DA. RGB value is (175,170,218). Sum of RGB (Red+Green+Blue) = 175+170+218=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFAADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAADA is #505525. Grayscale: #B0B0B0. Windows color (decimal): -5264678 or 14330543. OLE color: 14330543.

HSL color Cylindrical-coordinate representation of color #AFAADA: hue angle of 246.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFAADA is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175170218-
CMYK0.200.2200.15
HSL246.25º39.34%76.08%-
HSV(B)246.25º22.02%85.49%-
XYZ44.7142.9372.26-
YUV176.97151.16126.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=31.08%
G=30.20%
B=38.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751702180.200.2200.15246.2539.3476.08
HexAFAADA14160Ff6274c
Octal257252332242601736647114
Binary101011111010101011011010101001011001111111101101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAADA; }

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

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

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

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

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

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

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

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