#AF9DE3

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

Shades of Biloba Flower #AF9DE3

Tints of Biloba Flower #AF9DE3

Color information

#AF9DE3 (or 0xAF9DE3) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and E3. RGB value is (175,157,227). Sum of RGB (Red+Green+Blue) = 175+157+227=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF9DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DE3 is #50621C. Grayscale: #AAAAAA. Windows color (decimal): -5267997 or 14917039. OLE color: 14917039.

HSL color Cylindrical-coordinate representation of color #AF9DE3: hue angle of 255.43º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF9DE3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175157227-
CMYK0.230.3100.11
HSL255.43º55.56%75.29%-
HSV(B)255.43º30.84%89.02%-
XYZ43.638.7777.86-
YUV170.36159.96131.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 227 (89.06% from 255) = 40.61%
R=31.31%
G=28.09%
B=40.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751572270.230.3100.11255.4355.5675.29
HexAF9DE3171F0Bff384b
Octal257235343273701337770113
Binary101011111001110111100011101111111101011111111111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DE3; }

 p { color: rgb(175,157,227); }

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

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

 a { background-color: rgb(175,157,227); }

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

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

 span { border-color: rgb(175,157,227); }

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