#AFA7CD

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

Shades of Wistful #AFA7CD

Tints of Wistful #AFA7CD

Color information

#AFA7CD (or 0xAFA7CD) is unknown color: approx Wistful. HEX triplet: AF, A7 and CD. RGB value is (175,167,205). Sum of RGB (Red+Green+Blue) = 175+167+205=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFA7CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7CD is #505832. Grayscale: #ADADAD. Windows color (decimal): -5265459 or 13477807. OLE color: 13477807.

HSL color Cylindrical-coordinate representation of color #AFA7CD: hue angle of 252.63º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA7CD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175167205-
CMYK0.150.1900.20
HSL252.63º27.54%72.94%-
HSV(B)252.63º18.54%80.39%-
XYZ42.5241.1663.46-
YUV173.72145.65128.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 167 (65.62% from 255) = 30.53%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=31.99%
G=30.53%
B=37.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751672050.150.1900.20252.6327.5472.94
HexAFA7CDF13014fd1c49
Octal257247315172302437534111
Binary10101111101001111100110111111001101010011111101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7CD; }

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

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

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

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

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

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

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

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