#af98fe

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

Shades of Biloba Flower #AF98FE

Tints of Biloba Flower #AF98FE

Color information

#AF98FE (or 0xAF98FE) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and FE. RGB value is (175,152,254). Sum of RGB (Red+Green+Blue) = 175+152+254=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF98FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF98FE is #506701. Grayscale: #AAAAAA. Windows color (decimal): -5269250 or 16685231. OLE color: 16685231.

HSL color Cylindrical-coordinate representation of color #AF98FE: hue angle of 253.53º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF98FE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175152254-
CMYK0.310.4000.00
HSL253.53º98.08%79.61%-
HSV(B)253.53º40.16%99.61%-
XYZ46.838.7398.77-
YUV170.5175.12131.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=30.12%
G=26.16%
B=43.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751522540.310.4000.00253.5398.0879.61
HexAF98FE1F2800fe6250
Octal257230376375000376142120
Binary10101111100110001111111011111101000001111111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af98fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af98fe; }

 p { color: rgb(175,152,254); }

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

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

 a { background-color: rgb(175,152,254); }

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

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

 span { border-color: rgb(175,152,254); }

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