#AF94E1

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

Shades of Biloba Flower #AF94E1

Tints of Biloba Flower #AF94E1

Color information

#AF94E1 (or 0xAF94E1) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and E1. RGB value is (175,148,225). Sum of RGB (Red+Green+Blue) = 175+148+225=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF94E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94E1 is #506B1E. Grayscale: #A4A4A4. Windows color (decimal): -5270303 or 14783663. OLE color: 14783663.

HSL color Cylindrical-coordinate representation of color #AF94E1: hue angle of 261.04º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF94E1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175148225-
CMYK0.220.3400.12
HSL261.04º56.2%73.14%-
HSV(B)261.04º34.22%88.24%-
XYZ41.8635.7375.92-
YUV164.85161.95135.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 225 (88.28% from 255) = 41.06%
R=31.93%
G=27.01%
B=41.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751482250.220.3400.12261.0456.273.14
HexAF94E116220C1053849
Octal257224341264201440570111
Binary10101111100101001110000110110100010011001000001011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94E1; }

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

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

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

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

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

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

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

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