#AF8FFB

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

Shades of Biloba Flower #AF8FFB

Tints of Biloba Flower #AF8FFB

Color information

#AF8FFB (or 0xAF8FFB) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and FB. RGB value is (175,143,251). Sum of RGB (Red+Green+Blue) = 175+143+251=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FFB is #507004. Grayscale: #A4A4A4. Windows color (decimal): -5271557 or 16486319. OLE color: 16486319.

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

Color convert

RGB175143251-
CMYK0.300.4300.02
HSL257.78º93.1%77.25%-
HSV(B)257.78º43.03%98.43%-
XYZ44.9135.7295.79-
YUV164.88176.6135.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=30.76%
G=25.13%
B=44.11%

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
Decimal1751432510.300.4300.02257.7893.177.25
HexAF8FFB1E2B021025d4d
Octal257217373365302402135115
Binary1010111110001111111110111111010101101010000001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FFB; }

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

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

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

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

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

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

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

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