#AF86FF

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

Shades of Biloba Flower #AF86FF

Tints of Biloba Flower #AF86FF

Color information

#AF86FF (or 0xAF86FF) is unknown color: approx Biloba Flower. HEX triplet: AF, 86 and FF. RGB value is (175,134,255). Sum of RGB (Red+Green+Blue) = 175+134+255=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86FF is #507900. Grayscale: #9F9F9F. Windows color (decimal): -5273857 or 16746159. OLE color: 16746159.

HSL color Cylindrical-coordinate representation of color #AF86FF: hue angle of 260.33º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF86FF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175134255-
CMYK0.310.4700
HSL260.33º100%76.27%-
HSV(B)260.33º47.45%100%-
XYZ44.2533.3898.72-
YUV160.05181.58138.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 134 (52.73% from 255) = 23.76%
BLUE value IS 255 (100% from 255) = 45.21%
R=31.03%
G=23.76%
B=45.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751342550.310.4700260.3310076.27
HexAF86FF1F2F00104644c
Octal257206377375700404144114
Binary101011111000011011111111111111011110010000010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86FF; }

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

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

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

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

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

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

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

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