#AF9FC9

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

Shades of Biloba Flower #AF9FC9

Tints of Biloba Flower #AF9FC9

Color information

#AF9FC9 (or 0xAF9FC9) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and C9. RGB value is (175,159,201). Sum of RGB (Red+Green+Blue) = 175+159+201=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF9FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FC9 is #506036. Grayscale: #A8A8A8. Windows color (decimal): -5267511 or 13213615. OLE color: 13213615.

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

Color convert

RGB175159201-
CMYK0.130.2100.21
HSL262.86º28%70.59%-
HSV(B)262.86º20.9%78.82%-
XYZ40.6238.1360.48-
YUV168.57146.3132.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 201 (78.91% from 255) = 37.57%
R=32.71%
G=29.72%
B=37.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751592010.130.2100.21262.862870.59
HexAF9FC9D150151071c47
Octal257237311152502540734107
Binary101011111001111111001001110110101010101100000111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FC9; }

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

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

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

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

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

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

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

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