#AF9FC7

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

Shades of Biloba Flower #AF9FC7

Tints of Biloba Flower #AF9FC7

Color information

#AF9FC7 (or 0xAF9FC7) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and C7. RGB value is (175,159,199). Sum of RGB (Red+Green+Blue) = 175+159+199=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF9FC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FC7 is #506038. Grayscale: #A8A8A8. Windows color (decimal): -5267513 or 13082543. OLE color: 13082543.

HSL color Cylindrical-coordinate representation of color #AF9FC7: hue angle of 264º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF9FC7 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175159199-
CMYK0.120.2000.22
HSL264º26.32%70.2%-
HSV(B)264º20.1%78.04%-
XYZ40.3938.0359.25-
YUV168.34145.3132.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 199 (78.12% from 255) = 37.34%
R=32.83%
G=29.83%
B=37.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751591990.120.2000.2226426.3270.2
HexAF9FC7C140161081a46
Octal257237307142402641032106
Binary101011111001111111000111110010100010110100001000110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FC7; }

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

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

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

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

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

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

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

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