#AF9FC5

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

Shades of Biloba Flower #AF9FC5

Tints of Biloba Flower #AF9FC5

Color information

#AF9FC5 (or 0xAF9FC5) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and C5. RGB value is (175,159,197). Sum of RGB (Red+Green+Blue) = 175+159+197=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF9FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FC5 is #50603A. Grayscale: #A7A7A7. Windows color (decimal): -5267515 or 12951471. OLE color: 12951471.

HSL color Cylindrical-coordinate representation of color #AF9FC5: hue angle of 265.26º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF9FC5 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175159197-
CMYK0.110.1900.23
HSL265.26º24.68%69.8%-
HSV(B)265.26º19.29%77.25%-
XYZ40.1637.9458.03-
YUV168.12144.3132.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 197 (77.34% from 255) = 37.10%
R=32.96%
G=29.94%
B=37.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751591970.110.1900.23265.2624.6869.8
HexAF9FC5B130171091946
Octal257237305132302741131106
Binary101011111001111111000101101110011010111100001001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FC5; }

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

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

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

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

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

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

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

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