#AF94F1

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

Shades of Biloba Flower #AF94F1

Tints of Biloba Flower #AF94F1

Color information

#AF94F1 (or 0xAF94F1) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and F1. RGB value is (175,148,241). Sum of RGB (Red+Green+Blue) = 175+148+241=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF94F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94F1 is #506B0E. Grayscale: #A6A6A6. Windows color (decimal): -5270287 or 15832239. OLE color: 15832239.

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

Color convert

RGB175148241-
CMYK0.270.3900.05
HSL257.42º76.86%76.27%-
HSV(B)257.42º38.59%94.51%-
XYZ44.1536.6487.97-
YUV166.68169.95133.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 148 (58.20% from 255) = 26.24%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=31.03%
G=26.24%
B=42.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751482410.270.3900.05257.4276.8676.27
HexAF94F11B27051014d4c
Octal257224361334705401115114
Binary10101111100101001111000111011100111010110000000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94F1; }

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

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

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

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

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

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

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

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