#AFA7DC

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

Shades of Wistful #AFA7DC

Tints of Wistful #AFA7DC

Color information

#AFA7DC (or 0xAFA7DC) is unknown color: approx Wistful. HEX triplet: AF, A7 and DC. RGB value is (175,167,220). Sum of RGB (Red+Green+Blue) = 175+167+220=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFA7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7DC is #505823. Grayscale: #AFAFAF. Windows color (decimal): -5265444 or 14460847. OLE color: 14460847.

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

Color convert

RGB175167220-
CMYK0.200.2400.14
HSL249.06º43.09%75.88%-
HSV(B)249.06º24.09%86.27%-
XYZ44.4241.9273.46-
YUV175.43153.15127.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 167 (65.62% from 255) = 29.72%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=31.14%
G=29.72%
B=39.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751672200.200.2400.14249.0643.0975.88
HexAFA7DC14180Ef92b4c
Octal257247334243001637153114
Binary101011111010011111011100101001100001110111110011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7DC; }

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

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

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

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

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

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

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

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