#AF9FD8

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

Shades of Biloba Flower #AF9FD8

Tints of Biloba Flower #AF9FD8

Color information

#AF9FD8 (or 0xAF9FD8) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and D8. RGB value is (175,159,216). Sum of RGB (Red+Green+Blue) = 175+159+216=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF9FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FD8 is #506027. Grayscale: #AAAAAA. Windows color (decimal): -5267496 or 14196655. OLE color: 14196655.

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

Color convert

RGB175159216-
CMYK0.190.2600.15
HSL256.84º42.22%73.53%-
HSV(B)256.84º26.39%84.71%-
XYZ42.4738.8770.23-
YUV170.28153.8131.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 216 (84.77% from 255) = 39.27%
R=31.82%
G=28.91%
B=39.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751592160.190.2600.15256.8442.2273.53
HexAF9FD8131A0F1012a4a
Octal257237330233201740152112
Binary1010111110011111110110001001111010011111000000011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FD8; }

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

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

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

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

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

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

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

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