#AF9AE8

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

Shades of Biloba Flower #AF9AE8

Tints of Biloba Flower #AF9AE8

Color information

#AF9AE8 (or 0xAF9AE8) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and E8. RGB value is (175,154,232). Sum of RGB (Red+Green+Blue) = 175+154+232=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF9AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9AE8 is #506517. Grayscale: #A8A8A8. Windows color (decimal): -5268760 or 15243951. OLE color: 15243951.

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

Color convert

RGB175154232-
CMYK0.250.3400.09
HSL256.15º62.9%75.69%-
HSV(B)256.15º33.62%90.98%-
XYZ43.838.0581.38-
YUV169.17163.46132.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 232 (91.02% from 255) = 41.35%
R=31.19%
G=27.45%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751542320.250.3400.09256.1562.975.69
HexAF9AE81922091003f4c
Octal257232350314201140077114
Binary10101111100110101110100011001100010010011000000001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AE8; }

 p { color: rgb(175,154,232); }

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

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

 a { background-color: rgb(175,154,232); }

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

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

 span { border-color: rgb(175,154,232); }

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