#AF8DF1

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

Shades of Biloba Flower #AF8DF1

Tints of Biloba Flower #AF8DF1

Color information

#AF8DF1 (or 0xAF8DF1) is unknown color: approx Biloba Flower. HEX triplet: AF, 8D and F1. RGB value is (175,141,241). Sum of RGB (Red+Green+Blue) = 175+141+241=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DF1 is #50720E. Grayscale: #A2A2A2. Windows color (decimal): -5272079 or 15830447. OLE color: 15830447.

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

Color convert

RGB175141241-
CMYK0.270.4100.05
HSL260.4º78.12%74.9%-
HSV(B)260.4º41.49%94.51%-
XYZ43.0834.5187.61-
YUV162.57172.26136.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=31.42%
G=25.31%
B=43.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751412410.270.4100.05260.478.1274.9
HexAF8DF11B29051044e4b
Octal257215361335105404116113
Binary10101111100011011111000111011101001010110000010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DF1; }

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

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

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

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

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

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

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

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