#AFA7DA

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

Shades of Wistful #AFA7DA

Tints of Wistful #AFA7DA

Color information

#AFA7DA (or 0xAFA7DA) is unknown color: approx Wistful. HEX triplet: AF, A7 and DA. RGB value is (175,167,218). Sum of RGB (Red+Green+Blue) = 175+167+218=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFA7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7DA is #505825. Grayscale: #AFAFAF. Windows color (decimal): -5265446 or 14329775. OLE color: 14329775.

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

Color convert

RGB175167218-
CMYK0.200.2300.15
HSL249.41º40.8%75.49%-
HSV(B)249.41º23.39%85.49%-
XYZ44.1541.8172.07-
YUV175.21152.15127.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 167 (65.62% from 255) = 29.82%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=31.25%
G=29.82%
B=38.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751672180.200.2300.15249.4140.875.49
HexAFA7DA14170Ff9294b
Octal257247332242701737151113
Binary101011111010011111011010101001011101111111110011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7DA; }

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

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

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

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

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

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

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

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