#AF8DF6

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

Shades of Biloba Flower #AF8DF6

Tints of Biloba Flower #AF8DF6

Color information

#AF8DF6 (or 0xAF8DF6) is unknown color: approx Biloba Flower. HEX triplet: AF, 8D and F6. RGB value is (175,141,246). Sum of RGB (Red+Green+Blue) = 175+141+246=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF8DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DF6 is #507209. Grayscale: #A2A2A2. Windows color (decimal): -5272074 or 16158127. OLE color: 16158127.

HSL color Cylindrical-coordinate representation of color #AF8DF6: hue angle of 259.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8DF6 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175141246-
CMYK0.290.4300.04
HSL259.43º85.37%75.88%-
HSV(B)259.43º42.68%96.47%-
XYZ43.8434.8291.6-
YUV163.14174.76136.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 246 (96.48% from 255) = 43.77%
R=31.14%
G=25.09%
B=43.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751412460.290.4300.04259.4385.3775.88
HexAF8DF61D2B04103554c
Octal257215366355304403125114
Binary10101111100011011111011011101101011010010000001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DF6; }

 p { color: rgb(175,141,246); }

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

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

 a { background-color: rgb(175,141,246); }

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

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

 span { border-color: rgb(175,141,246); }

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