#AF8FD9

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

Shades of Biloba Flower #AF8FD9

Tints of Biloba Flower #AF8FD9

Color information

#AF8FD9 (or 0xAF8FD9) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and D9. RGB value is (175,143,217). Sum of RGB (Red+Green+Blue) = 175+143+217=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF8FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FD9 is #507026. Grayscale: #A0A0A0. Windows color (decimal): -5271591 or 14258095. OLE color: 14258095.

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

Color convert

RGB175143217-
CMYK0.190.3400.15
HSL265.95º49.33%70.59%-
HSV(B)265.95º34.1%85.1%-
XYZ40.0333.7770.05-
YUV161159.6137.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=32.71%
G=26.73%
B=40.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751432170.190.3400.15265.9549.3370.59
HexAF8FD913220F10a3147
Octal257217331234201741261107
Binary10101111100011111101100110011100010011111000010101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FD9; }

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

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

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

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

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

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

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

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