#AF9FC0

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

Shades of Biloba Flower #AF9FC0

Tints of Biloba Flower #AF9FC0

Color information

#AF9FC0 (or 0xAF9FC0) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and C0. RGB value is (175,159,192). Sum of RGB (Red+Green+Blue) = 175+159+192=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF9FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FC0 is #50603F. Grayscale: #A7A7A7. Windows color (decimal): -5267520 or 12623791. OLE color: 12623791.

HSL color Cylindrical-coordinate representation of color #AF9FC0: hue angle of 269.09º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9FC0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175159192-
CMYK0.090.1700.25
HSL269.09º20.75%68.82%-
HSV(B)269.09º17.19%75.29%-
XYZ39.5937.7255.06-
YUV167.55141.8133.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=33.27%
G=30.23%
B=36.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751591920.090.1700.25269.0920.7568.82
HexAF9FC091101910d1545
Octal257237300112103141525105
Binary101011111001111111000000100110001011001100001101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FC0; }

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

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

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

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

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

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

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

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