#AF9FDD

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

Shades of Biloba Flower #AF9FDD

Tints of Biloba Flower #AF9FDD

Color information

#AF9FDD (or 0xAF9FDD) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and DD. RGB value is (175,159,221). Sum of RGB (Red+Green+Blue) = 175+159+221=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FDD is #506022. Grayscale: #AAAAAA. Windows color (decimal): -5267491 or 14524335. OLE color: 14524335.

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

Color convert

RGB175159221-
CMYK0.210.2800.13
HSL255.48º47.69%74.51%-
HSV(B)255.48º28.05%86.67%-
XYZ43.1339.1373.69-
YUV170.85156.3130.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=31.53%
G=28.65%
B=39.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751592210.210.2800.13255.4847.6974.51
HexAF9FDD151C0Dff304b
Octal257237335253401537760113
Binary101011111001111111011101101011110001101111111111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FDD; }

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

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

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

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

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

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

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

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