#AF8CF6

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

Shades of Biloba Flower #AF8CF6

Tints of Biloba Flower #AF8CF6

Color information

#AF8CF6 (or 0xAF8CF6) is unknown color: approx Biloba Flower. HEX triplet: AF, 8C and F6. RGB value is (175,140,246). Sum of RGB (Red+Green+Blue) = 175+140+246=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF8CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CF6 is #507309. Grayscale: #A2A2A2. Windows color (decimal): -5272330 or 16157871. OLE color: 16157871.

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

Color convert

RGB175140246-
CMYK0.290.4300.04
HSL259.81º85.48%75.69%-
HSV(B)259.81º43.09%96.47%-
XYZ43.6934.5291.55-
YUV162.55175.1136.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 140 (55.08% from 255) = 24.96%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=31.19%
G=24.96%
B=43.85%

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
Decimal1751402460.290.4300.04259.8185.4875.69
HexAF8CF61D2B04104554c
Octal257214366355304404125114
Binary10101111100011001111011011101101011010010000010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CF6; }

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

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

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

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

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

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

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

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