#AF9DDF

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

Shades of Biloba Flower #AF9DDF

Tints of Biloba Flower #AF9DDF

Color information

#AF9DDF (or 0xAF9DDF) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and DF. RGB value is (175,157,223). Sum of RGB (Red+Green+Blue) = 175+157+223=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DDF is #506220. Grayscale: #A9A9A9. Windows color (decimal): -5268001 or 14654895. OLE color: 14654895.

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

Color convert

RGB175157223-
CMYK0.220.3000.13
HSL256.36º50.77%74.51%-
HSV(B)256.36º29.6%87.45%-
XYZ43.0638.5674.98-
YUV169.91157.96131.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=31.53%
G=28.29%
B=40.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751572230.220.3000.13256.3650.7774.51
HexAF9DDF161E0D100334b
Octal257235337263601540063113
Binary1010111110011101110111111011011110011011000000001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DDF; }

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

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

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

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

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

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

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

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