#AF92F7

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

Shades of Biloba Flower #AF92F7

Tints of Biloba Flower #AF92F7

Color information

#AF92F7 (or 0xAF92F7) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and F7. RGB value is (175,146,247). Sum of RGB (Red+Green+Blue) = 175+146+247=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF92F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92F7 is #506D08. Grayscale: #A5A5A5. Windows color (decimal): -5270793 or 16224943. OLE color: 16224943.

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

Color convert

RGB175146247-
CMYK0.290.4100.03
HSL257.23º86.32%77.06%-
HSV(B)257.23º40.89%96.86%-
XYZ44.7536.3992.66-
YUV166.18173.61134.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 247 (96.88% from 255) = 43.49%
R=30.81%
G=25.70%
B=43.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751462470.290.4100.03257.2386.3277.06
HexAF92F71D2903101564d
Octal257222367355103401126115
Binary1010111110010010111101111110110100101110000000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92F7; }

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

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

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

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

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

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

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

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