#AF86F0

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

Shades of Biloba Flower #AF86F0

Tints of Biloba Flower #AF86F0

Color information

#AF86F0 (or 0xAF86F0) is unknown color: approx Biloba Flower. HEX triplet: AF, 86 and F0. RGB value is (175,134,240). Sum of RGB (Red+Green+Blue) = 175+134+240=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF86F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86F0 is #50790F. Grayscale: #9D9D9D. Windows color (decimal): -5273872 or 15763119. OLE color: 15763119.

HSL color Cylindrical-coordinate representation of color #AF86F0: hue angle of 263.21º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF86F0 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175134240-
CMYK0.270.4400.06
HSL263.21º77.94%73.33%-
HSV(B)263.21º44.17%94.12%-
XYZ41.9332.4686.49-
YUV158.34174.08139.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 134 (52.73% from 255) = 24.41%
BLUE value IS 240 (94.14% from 255) = 43.72%
R=31.88%
G=24.41%
B=43.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751342400.270.4400.06263.2177.9473.33
HexAF86F01B2C061074e49
Octal257206360335406407116111
Binary10101111100001101111000011011101100011010000011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86F0; }

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

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

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

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

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

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

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

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