#AF92F1

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

Shades of Biloba Flower #AF92F1

Tints of Biloba Flower #AF92F1

Color information

#AF92F1 (or 0xAF92F1) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and F1. RGB value is (175,146,241). Sum of RGB (Red+Green+Blue) = 175+146+241=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF92F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92F1 is #506D0E. Grayscale: #A5A5A5. Windows color (decimal): -5270799 or 15831727. OLE color: 15831727.

HSL color Cylindrical-coordinate representation of color #AF92F1: hue angle of 258.32º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF92F1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175146241-
CMYK0.270.3900.05
HSL258.32º77.24%75.88%-
HSV(B)258.32º39.42%94.51%-
XYZ43.8436.0287.86-
YUV165.5170.61134.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=31.14%
G=25.98%
B=42.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751462410.270.3900.05258.3277.2475.88
HexAF92F11B27051024d4c
Octal257222361334705402115114
Binary10101111100100101111000111011100111010110000001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92F1; }

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

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

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

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

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

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

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

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