#AF85F3

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

Shades of Biloba Flower #AF85F3

Tints of Biloba Flower #AF85F3

Color information

#AF85F3 (or 0xAF85F3) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and F3. RGB value is (175,133,243). Sum of RGB (Red+Green+Blue) = 175+133+243=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF85F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85F3 is #507A0C. Grayscale: #9D9D9D. Windows color (decimal): -5274125 or 15959471. OLE color: 15959471.

HSL color Cylindrical-coordinate representation of color #AF85F3: hue angle of 262.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF85F3 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175133243-
CMYK0.280.4500.05
HSL262.91º82.09%73.73%-
HSV(B)262.91º45.27%95.29%-
XYZ42.2432.3688.81-
YUV158.1175.91140.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=31.76%
G=24.14%
B=44.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751332430.280.4500.05262.9182.0973.73
HexAF85F31C2D05107524a
Octal257205363345505407122112
Binary10101111100001011111001111100101101010110000011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85F3; }

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

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

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

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

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

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

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

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