#AF91FD

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

Shades of Biloba Flower #AF91FD

Tints of Biloba Flower #AF91FD

Color information

#AF91FD (or 0xAF91FD) is unknown color: approx Biloba Flower. HEX triplet: AF, 91 and FD. RGB value is (175,145,253). Sum of RGB (Red+Green+Blue) = 175+145+253=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF91FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91FD is #506E02. Grayscale: #A5A5A5. Windows color (decimal): -5271043 or 16617903. OLE color: 16617903.

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

Color convert

RGB175145253-
CMYK0.310.4300.01
HSL256.67º96.43%78.04%-
HSV(B)256.67º42.69%99.22%-
XYZ45.5336.4697.57-
YUV166.28176.94134.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=30.54%
G=25.31%
B=44.15%

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
Decimal1751452530.310.4300.01256.6796.4378.04
HexAF91FD1F2B01101604e
Octal257221375375301401140116
Binary101011111001000111111101111111010110110000000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91FD; }

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

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

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

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

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

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

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

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