#AF8AF6

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

Shades of Biloba Flower #AF8AF6

Tints of Biloba Flower #AF8AF6

Color information

#AF8AF6 (or 0xAF8AF6) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and F6. RGB value is (175,138,246). Sum of RGB (Red+Green+Blue) = 175+138+246=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF8AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AF6 is #507509. Grayscale: #A0A0A0. Windows color (decimal): -5272842 or 16157359. OLE color: 16157359.

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

Color convert

RGB175138246-
CMYK0.290.4400.04
HSL260.56º85.71%75.29%-
HSV(B)260.56º43.9%96.47%-
XYZ43.433.9491.45-
YUV161.38175.76137.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 246 (96.48% from 255) = 44.01%
R=31.31%
G=24.69%
B=44.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751382460.290.4400.04260.5685.7175.29
HexAF8AF61D2C04105564b
Octal257212366355404405126113
Binary10101111100010101111011011101101100010010000010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AF6; }

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

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

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

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

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

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

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

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