#AF83FB

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

Shades of Biloba Flower #AF83FB

Tints of Biloba Flower #AF83FB

Color information

#AF83FB (or 0xAF83FB) is unknown color: approx Biloba Flower. HEX triplet: AF, 83 and FB. RGB value is (175,131,251). Sum of RGB (Red+Green+Blue) = 175+131+251=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF83FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83FB is #507C04. Grayscale: #9D9D9D. Windows color (decimal): -5274629 or 16483247. OLE color: 16483247.

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

Color convert

RGB175131251-
CMYK0.300.4800.02
HSL262º93.75%74.9%-
HSV(B)262º47.81%98.43%-
XYZ43.2132.3195.23-
YUV157.84180.58140.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=31.42%
G=23.52%
B=45.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751312510.300.4800.0226293.7574.9
HexAF83FB1E30021065e4b
Octal257203373366002406136113
Binary1010111110000011111110111111011000001010000011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83FB; }

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

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

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

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

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

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

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

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