#AF90FB

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

Shades of Biloba Flower #AF90FB

Tints of Biloba Flower #AF90FB

Color information

#AF90FB (or 0xAF90FB) is unknown color: approx Biloba Flower. HEX triplet: AF, 90 and FB. RGB value is (175,144,251). Sum of RGB (Red+Green+Blue) = 175+144+251=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90FB is #506F04. Grayscale: #A5A5A5. Windows color (decimal): -5271301 or 16486575. OLE color: 16486575.

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

Color convert

RGB175144251-
CMYK0.300.4300.02
HSL257.38º93.04%77.45%-
HSV(B)257.38º42.63%98.43%-
XYZ45.0736.0395.85-
YUV165.47176.27134.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=30.70%
G=25.26%
B=44.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751442510.300.4300.02257.3893.0477.45
HexAF90FB1E2B021015d4d
Octal257220373365302401135115
Binary1010111110010000111110111111010101101010000000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90FB; }

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

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

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

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

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

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

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

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