#AF9FD9

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

Shades of Biloba Flower #AF9FD9

Tints of Biloba Flower #AF9FD9

Color information

#AF9FD9 (or 0xAF9FD9) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and D9. RGB value is (175,159,217). Sum of RGB (Red+Green+Blue) = 175+159+217=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF9FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FD9 is #506026. Grayscale: #AAAAAA. Windows color (decimal): -5267495 or 14262191. OLE color: 14262191.

HSL color Cylindrical-coordinate representation of color #AF9FD9: hue angle of 256.55º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF9FD9 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175159217-
CMYK0.190.2700.15
HSL256.55º43.28%73.73%-
HSV(B)256.55º26.73%85.1%-
XYZ42.638.9270.91-
YUV170.4154.3131.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 217 (85.16% from 255) = 39.38%
R=31.76%
G=28.86%
B=39.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751592170.190.2700.15256.5543.2873.73
HexAF9FD9131B0F1012b4a
Octal257237331233301740153112
Binary1010111110011111110110011001111011011111000000011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FD9; }

 p { color: rgb(175,159,217); }

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

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

 a { background-color: rgb(175,159,217); }

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

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

 span { border-color: rgb(175,159,217); }

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