#AF90FD

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

Shades of Biloba Flower #AF90FD

Tints of Biloba Flower #AF90FD

Color information

#AF90FD (or 0xAF90FD) is unknown color: approx Biloba Flower. HEX triplet: AF, 90 and FD. RGB value is (175,144,253). Sum of RGB (Red+Green+Blue) = 175+144+253=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90FD is #506F02. Grayscale: #A5A5A5. Windows color (decimal): -5271299 or 16617647. OLE color: 16617647.

HSL color Cylindrical-coordinate representation of color #AF90FD: hue angle of 257.06º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF90FD is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175144253-
CMYK0.310.4300.01
HSL257.06º96.46%77.84%-
HSV(B)257.06º43.08%99.22%-
XYZ45.3836.1597.51-
YUV165.7177.27134.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=30.59%
G=25.17%
B=44.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751442530.310.4300.01257.0696.4677.84
HexAF90FD1F2B01101604e
Octal257220375375301401140116
Binary101011111001000011111101111111010110110000000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90FD; }

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

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

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

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

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

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

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

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