#AF86F1

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

Shades of Biloba Flower #AF86F1

Tints of Biloba Flower #AF86F1

Color information

#AF86F1 (or 0xAF86F1) is unknown color: approx Biloba Flower. HEX triplet: AF, 86 and F1. RGB value is (175,134,241). Sum of RGB (Red+Green+Blue) = 175+134+241=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF86F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86F1 is #50790E. Grayscale: #9E9E9E. Windows color (decimal): -5273871 or 15828655. OLE color: 15828655.

HSL color Cylindrical-coordinate representation of color #AF86F1: hue angle of 262.99º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF86F1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175134241-
CMYK0.270.4400.05
HSL262.99º79.26%73.53%-
HSV(B)262.99º44.4%94.51%-
XYZ42.0832.5287.28-
YUV158.46174.58139.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=31.82%
G=24.36%
B=43.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751342410.270.4400.05262.9979.2673.53
HexAF86F11B2C051074f4a
Octal257206361335405407117112
Binary10101111100001101111000111011101100010110000011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86F1; }

 p { color: rgb(175,134,241); }

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

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

 a { background-color: rgb(175,134,241); }

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

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

 span { border-color: rgb(175,134,241); }

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