#AF9EDF

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

Shades of Biloba Flower #AF9EDF

Tints of Biloba Flower #AF9EDF

Color information

#AF9EDF (or 0xAF9EDF) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and DF. RGB value is (175,158,223). Sum of RGB (Red+Green+Blue) = 175+158+223=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EDF is #506120. Grayscale: #AAAAAA. Windows color (decimal): -5267745 or 14655151. OLE color: 14655151.

HSL color Cylindrical-coordinate representation of color #AF9EDF: hue angle of 255.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9EDF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175158223-
CMYK0.220.2900.13
HSL255.69º50.39%74.71%-
HSV(B)255.69º29.15%87.45%-
XYZ43.2338.975.04-
YUV170.49157.63131.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=31.47%
G=28.42%
B=40.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751582230.220.2900.13255.6950.3974.71
HexAF9EDF161D0D100324b
Octal257236337263501540062113
Binary1010111110011110110111111011011101011011000000001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EDF; }

 p { color: rgb(175,158,223); }

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

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

 a { background-color: rgb(175,158,223); }

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

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

 span { border-color: rgb(175,158,223); }

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