#AF9AE7

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

Shades of Biloba Flower #AF9AE7

Tints of Biloba Flower #AF9AE7

Color information

#AF9AE7 (or 0xAF9AE7) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and E7. RGB value is (175,154,231). Sum of RGB (Red+Green+Blue) = 175+154+231=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF9AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9AE7 is #506518. Grayscale: #A8A8A8. Windows color (decimal): -5268761 or 15178415. OLE color: 15178415.

HSL color Cylindrical-coordinate representation of color #AF9AE7: hue angle of 256.36º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9AE7 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175154231-
CMYK0.240.3300.09
HSL256.36º61.6%75.49%-
HSV(B)256.36º33.33%90.59%-
XYZ43.6637.9980.63-
YUV169.06162.96132.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=31.25%
G=27.5%
B=41.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751542310.240.3300.09256.3661.675.49
HexAF9AE71821091003e4b
Octal257232347304101140076113
Binary10101111100110101110011111000100001010011000000001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AE7; }

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

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

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

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

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

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

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

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