#AF8DE9

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

Shades of Biloba Flower #AF8DE9

Tints of Biloba Flower #AF8DE9

Color information

#AF8DE9 (or 0xAF8DE9) is unknown color: approx Biloba Flower. HEX triplet: AF, 8D and E9. RGB value is (175,141,233). Sum of RGB (Red+Green+Blue) = 175+141+233=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF8DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DE9 is #507216. Grayscale: #A1A1A1. Windows color (decimal): -5272087 or 15306159. OLE color: 15306159.

HSL color Cylindrical-coordinate representation of color #AF8DE9: hue angle of 262.17º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF8DE9 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175141233-
CMYK0.250.3900.09
HSL262.17º67.65%73.33%-
HSV(B)262.17º39.48%91.37%-
XYZ41.9134.0581.45-
YUV161.65168.26137.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 233 (91.41% from 255) = 42.44%
R=31.88%
G=25.68%
B=42.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751412330.250.3900.09262.1767.6573.33
HexAF8DE91927091064449
Octal2572153513147011406104111
Binary101011111000110111101001110011001110100110000011010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DE9; }

 p { color: rgb(175,141,233); }

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

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

 a { background-color: rgb(175,141,233); }

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

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

 span { border-color: rgb(175,141,233); }

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