#AF85F1

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

Shades of Biloba Flower #AF85F1

Tints of Biloba Flower #AF85F1

Color information

#AF85F1 (or 0xAF85F1) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and F1. RGB value is (175,133,241). Sum of RGB (Red+Green+Blue) = 175+133+241=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF85F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85F1 is #507A0E. Grayscale: #9D9D9D. Windows color (decimal): -5274127 or 15828399. OLE color: 15828399.

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

Color convert

RGB175133241-
CMYK0.270.4500.05
HSL263.33º79.41%73.33%-
HSV(B)263.33º44.81%94.51%-
XYZ41.9432.2487.23-
YUV157.87174.91140.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=31.88%
G=24.23%
B=43.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751332410.270.4500.05263.3379.4173.33
HexAF85F11B2D051074f49
Octal257205361335505407117111
Binary10101111100001011111000111011101101010110000011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85F1; }

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

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

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

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

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

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

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

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