#AF9BF0

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

Shades of Biloba Flower #AF9BF0

Tints of Biloba Flower #AF9BF0

Color information

#AF9BF0 (or 0xAF9BF0) is unknown color: approx Biloba Flower. HEX triplet: AF, 9B and F0. RGB value is (175,155,240). Sum of RGB (Red+Green+Blue) = 175+155+240=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF9BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9BF0 is #50640F. Grayscale: #AAAAAA. Windows color (decimal): -5268496 or 15768495. OLE color: 15768495.

HSL color Cylindrical-coordinate representation of color #AF9BF0: hue angle of 254.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF9BF0 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175155240-
CMYK0.270.3500.06
HSL254.12º73.91%77.45%-
HSV(B)254.12º35.42%94.12%-
XYZ45.1338.8587.56-
YUV170.67167.13131.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 240 (94.14% from 255) = 42.11%
R=30.70%
G=27.19%
B=42.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751552400.270.3500.06254.1273.9177.45
HexAF9BF01B2306fe4a4d
Octal257233360334306376112115
Binary1010111110011011111100001101110001101101111111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BF0; }

 p { color: rgb(175,155,240); }

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

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

 a { background-color: rgb(175,155,240); }

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

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

 span { border-color: rgb(175,155,240); }

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