#AFA6DD

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

Shades of Wistful #AFA6DD

Tints of Wistful #AFA6DD

Color information

#AFA6DD (or 0xAFA6DD) is unknown color: approx Wistful. HEX triplet: AF, A6 and DD. RGB value is (175,166,221). Sum of RGB (Red+Green+Blue) = 175+166+221=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFA6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6DD is #505922. Grayscale: #AEAEAE. Windows color (decimal): -5265699 or 14526127. OLE color: 14526127.

HSL color Cylindrical-coordinate representation of color #AFA6DD: hue angle of 249.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA6DD is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175166221-
CMYK0.210.2500.13
HSL249.82º44.72%75.88%-
HSV(B)249.82º24.89%86.67%-
XYZ44.3741.6174.1-
YUV174.96153.98128.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=31.14%
G=29.54%
B=39.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751662210.210.2500.13249.8244.7275.88
HexAFA6DD15190Dfa2d4c
Octal257246335253101537255114
Binary101011111010011011011101101011100101101111110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6DD; }

 p { color: rgb(175,166,221); }

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

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

 a { background-color: rgb(175,166,221); }

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

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

 span { border-color: rgb(175,166,221); }

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