#AF9EDE

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

Shades of Biloba Flower #AF9EDE

Tints of Biloba Flower #AF9EDE

Color information

#AF9EDE (or 0xAF9EDE) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and DE. RGB value is (175,158,222). Sum of RGB (Red+Green+Blue) = 175+158+222=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EDE is #506121. Grayscale: #AAAAAA. Windows color (decimal): -5267746 or 14589615. OLE color: 14589615.

HSL color Cylindrical-coordinate representation of color #AF9EDE: hue angle of 255.94º degrees, saturation: 0.49, 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 #AF9EDE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175158222-
CMYK0.210.2900.13
HSL255.94º49.23%74.51%-
HSV(B)255.94º28.83%87.06%-
XYZ43.0938.8474.33-
YUV170.38157.13131.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 222 (87.11% from 255) = 40%
R=31.53%
G=28.47%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751582220.210.2900.13255.9449.2374.51
HexAF9EDE151D0D100314b
Octal257236336253501540061113
Binary1010111110011110110111101010111101011011000000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EDE; }

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

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

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

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

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

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

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

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