#AF9FDF

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

Shades of Biloba Flower #AF9FDF

Tints of Biloba Flower #AF9FDF

Color information

#AF9FDF (or 0xAF9FDF) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and DF. RGB value is (175,159,223). Sum of RGB (Red+Green+Blue) = 175+159+223=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FDF is #506020. Grayscale: #AAAAAA. Windows color (decimal): -5267489 or 14655407. OLE color: 14655407.

HSL color Cylindrical-coordinate representation of color #AF9FDF: hue angle of 255º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9FDF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175159223-
CMYK0.220.2900.13
HSL255º50%74.9%-
HSV(B)255º28.7%87.45%-
XYZ43.439.2475.1-
YUV171.08157.3130.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=31.42%
G=28.55%
B=40.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751592230.220.2900.132555074.9
HexAF9FDF161D0Dff324b
Octal257237337263501537762113
Binary101011111001111111011111101101110101101111111111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FDF; }

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

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

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

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

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

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

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

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