#AF9DFE

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

Shades of Biloba Flower #AF9DFE

Tints of Biloba Flower #AF9DFE

Color information

#AF9DFE (or 0xAF9DFE) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and FE. RGB value is (175,157,254). Sum of RGB (Red+Green+Blue) = 175+157+254=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF9DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9DFE is #506201. Grayscale: #ADADAD. Windows color (decimal): -5267970 or 16686511. OLE color: 16686511.

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

Color convert

RGB175157254-
CMYK0.310.3800.00
HSL251.13º97.98%80.59%-
HSV(B)251.13º38.19%99.61%-
XYZ47.6340.3899.05-
YUV173.44173.46129.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=29.86%
G=26.79%
B=43.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751572540.310.3800.00251.1397.9880.59
HexAF9DFE1F2600fb6251
Octal257235376374600373142121
Binary10101111100111011111111011111100110001111101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DFE; }

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

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

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

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

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

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

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

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