#AF9FED

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

Shades of Biloba Flower #AF9FED

Tints of Biloba Flower #AF9FED

Color information

#AF9FED (or 0xAF9FED) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and ED. RGB value is (175,159,237). Sum of RGB (Red+Green+Blue) = 175+159+237=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FED is #506012. Grayscale: #ACACAC. Windows color (decimal): -5267475 or 15572911. OLE color: 15572911.

HSL color Cylindrical-coordinate representation of color #AF9FED: hue angle of 252.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9FED is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175159237-
CMYK0.260.3300.07
HSL252.31º68.42%77.65%-
HSV(B)252.31º32.91%92.94%-
XYZ45.3640.0285.46-
YUV172.68164.3129.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=30.65%
G=27.85%
B=41.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751592370.260.3300.07252.3168.4277.65
HexAF9FED1A2107fc444e
Octal257237355324107374104116
Binary1010111110011111111011011101010000101111111110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FED; }

 p { color: rgb(175,159,237); }

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

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

 a { background-color: rgb(175,159,237); }

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

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

 span { border-color: rgb(175,159,237); }

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