#AFA6DC

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

Shades of Wistful #AFA6DC

Tints of Wistful #AFA6DC

Color information

#AFA6DC (or 0xAFA6DC) is unknown color: approx Wistful. HEX triplet: AF, A6 and DC. RGB value is (175,166,220). Sum of RGB (Red+Green+Blue) = 175+166+220=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6DC is #505923. Grayscale: #AEAEAE. Windows color (decimal): -5265700 or 14460591. OLE color: 14460591.

HSL color Cylindrical-coordinate representation of color #AFA6DC: hue angle of 250º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA6DC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175166220-
CMYK0.200.2500.14
HSL250º43.55%75.69%-
HSV(B)250º24.55%86.27%-
XYZ44.2341.5573.4-
YUV174.85153.48128.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=31.19%
G=29.59%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751662200.200.2500.1425043.5575.69
HexAFA6DC14190Efa2c4c
Octal257246334243101637254114
Binary101011111010011011011100101001100101110111110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6DC; }

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

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

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

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

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

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

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

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