#AF91F6

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

Shades of Biloba Flower #AF91F6

Tints of Biloba Flower #AF91F6

Color information

#AF91F6 (or 0xAF91F6) is unknown color: approx Biloba Flower. HEX triplet: AF, 91 and F6. RGB value is (175,145,246). Sum of RGB (Red+Green+Blue) = 175+145+246=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF91F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91F6 is #506E09. Grayscale: #A5A5A5. Windows color (decimal): -5271050 or 16159151. OLE color: 16159151.

HSL color Cylindrical-coordinate representation of color #AF91F6: hue angle of 257.82º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF91F6 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175145246-
CMYK0.290.4100.04
HSL257.82º84.87%76.67%-
HSV(B)257.82º41.06%96.47%-
XYZ44.4436.0291.8-
YUV165.48173.44134.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 246 (96.48% from 255) = 43.46%
R=30.92%
G=25.62%
B=43.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751452460.290.4100.04257.8284.8776.67
HexAF91F61D2904102554d
Octal257221366355104402125115
Binary10101111100100011111011011101101001010010000001010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91F6; }

 p { color: rgb(175,145,246); }

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

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

 a { background-color: rgb(175,145,246); }

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

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

 span { border-color: rgb(175,145,246); }

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