#AF92FB

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

Shades of Biloba Flower #AF92FB

Tints of Biloba Flower #AF92FB

Color information

#AF92FB (or 0xAF92FB) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and FB. RGB value is (175,146,251). Sum of RGB (Red+Green+Blue) = 175+146+251=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF92FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92FB is #506D04. Grayscale: #A6A6A6. Windows color (decimal): -5270789 or 16487087. OLE color: 16487087.

HSL color Cylindrical-coordinate representation of color #AF92FB: hue angle of 256.57º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF92FB is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175146251-
CMYK0.300.4200.02
HSL256.57º92.92%77.84%-
HSV(B)256.57º41.83%98.43%-
XYZ45.3736.6495.95-
YUV166.64175.61133.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=30.59%
G=25.52%
B=43.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751462510.300.4200.02256.5792.9277.84
HexAF92FB1E2A021015d4e
Octal257222373365202401135116
Binary1010111110010010111110111111010101001010000000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92FB; }

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

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

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

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

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

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

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

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