#AF92F6

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

Shades of Biloba Flower #AF92F6

Tints of Biloba Flower #AF92F6

Color information

#AF92F6 (or 0xAF92F6) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and F6. RGB value is (175,146,246). Sum of RGB (Red+Green+Blue) = 175+146+246=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF92F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92F6 is #506D09. Grayscale: #A5A5A5. Windows color (decimal): -5270794 or 16159407. OLE color: 16159407.

HSL color Cylindrical-coordinate representation of color #AF92F6: hue angle of 257.4º 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 #AF92F6 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175146246-
CMYK0.290.4100.04
HSL257.4º84.75%76.86%-
HSV(B)257.4º40.65%96.47%-
XYZ44.5936.3391.85-
YUV166.07173.11134.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=30.86%
G=25.75%
B=43.39%

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
Decimal1751462460.290.4100.04257.484.7576.86
HexAF92F61D2904101554d
Octal257222366355104401125115
Binary10101111100100101111011011101101001010010000000110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92F6; }

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

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

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

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

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

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

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

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