#AF99FE

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

Shades of Biloba Flower #AF99FE

Tints of Biloba Flower #AF99FE

Color information

#AF99FE (or 0xAF99FE) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and FE. RGB value is (175,153,254). Sum of RGB (Red+Green+Blue) = 175+153+254=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99FE is #506601. Grayscale: #AAAAAA. Windows color (decimal): -5268994 or 16685487. OLE color: 16685487.

HSL color Cylindrical-coordinate representation of color #AF99FE: hue angle of 253.07º 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 #AF99FE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175153254-
CMYK0.310.4000.00
HSL253.07º98.06%79.8%-
HSV(B)253.07º39.76%99.61%-
XYZ46.9639.0598.83-
YUV171.09174.79130.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=30.07%
G=26.29%
B=43.64%

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
Decimal1751532540.310.4000.00253.0798.0679.8
HexAF99FE1F2800fd6250
Octal257231376375000375142120
Binary10101111100110011111111011111101000001111110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99FE; }

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

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

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

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

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

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

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

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