#AF86FA

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

Shades of Biloba Flower #AF86FA

Tints of Biloba Flower #AF86FA

Color information

#AF86FA (or 0xAF86FA) is unknown color: approx Biloba Flower. HEX triplet: AF, 86 and FA. RGB value is (175,134,250). Sum of RGB (Red+Green+Blue) = 175+134+250=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF86FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86FA is #507905. Grayscale: #9F9F9F. Windows color (decimal): -5273862 or 16418479. OLE color: 16418479.

HSL color Cylindrical-coordinate representation of color #AF86FA: hue angle of 261.21º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF86FA is Cyan = 0.3, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175134250-
CMYK0.30.4600.02
HSL261.21º92.06%75.29%-
HSV(B)261.21º46.4%98.04%-
XYZ43.4633.0794.53-
YUV159.48179.08139.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=31.31%
G=23.97%
B=44.72%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751342500.30.4600.02261.2192.0675.29
HexAF86FA1E2E021055c4b
Octal257206372365602405134113
Binary1010111110000110111110101111010111001010000010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86FA; }

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

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

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

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

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

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

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

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