#AF85FF

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

Shades of Biloba Flower #AF85FF

Tints of Biloba Flower #AF85FF

Color information

#AF85FF (or 0xAF85FF) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and FF. RGB value is (175,133,255). Sum of RGB (Red+Green+Blue) = 175+133+255=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85FF is #507A00. Grayscale: #9F9F9F. Windows color (decimal): -5274113 or 16745903. OLE color: 16745903.

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

Color convert

RGB175133255-
CMYK0.310.4800
HSL260.66º100%76.08%-
HSV(B)260.66º47.84%100%-
XYZ44.1233.1198.67-
YUV159.47181.91139.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 255 (100% from 255) = 45.29%
R=31.08%
G=23.62%
B=45.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751332550.310.4800260.6610076.08
HexAF85FF1F3000105644c
Octal257205377376000405144114
Binary101011111000010111111111111111100000010000010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85FF; }

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

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

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

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

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

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

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

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