#AF85FE

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

Shades of Biloba Flower #AF85FE

Tints of Biloba Flower #AF85FE

Color information

#AF85FE (or 0xAF85FE) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and FE. RGB value is (175,133,254). Sum of RGB (Red+Green+Blue) = 175+133+254=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85FE is #507A01. Grayscale: #9E9E9E. Windows color (decimal): -5274114 or 16680367. OLE color: 16680367.

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

Color convert

RGB175133254-
CMYK0.310.4800.00
HSL260.83º98.37%75.88%-
HSV(B)260.83º47.64%99.61%-
XYZ43.9633.0497.83-
YUV159.35181.41139.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=31.14%
G=23.67%
B=45.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751332540.310.4800.00260.8398.3775.88
HexAF85FE1F3000105624c
Octal257205376376000405142114
Binary101011111000010111111110111111100000010000010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85FE; }

 p { color: rgb(175,133,254); }

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

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

 a { background-color: rgb(175,133,254); }

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

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

 span { border-color: rgb(175,133,254); }

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