#AF9AE6

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

Shades of Biloba Flower #AF9AE6

Tints of Biloba Flower #AF9AE6

Color information

#AF9AE6 (or 0xAF9AE6) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and E6. RGB value is (175,154,230). Sum of RGB (Red+Green+Blue) = 175+154+230=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF9AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9AE6 is #506519. Grayscale: #A8A8A8. Windows color (decimal): -5268762 or 15112879. OLE color: 15112879.

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

Color convert

RGB175154230-
CMYK0.240.3300.10
HSL256.58º60.32%75.29%-
HSV(B)256.58º33.04%90.2%-
XYZ43.5237.9479.89-
YUV168.94162.46132.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 230 (90.23% from 255) = 41.14%
R=31.31%
G=27.55%
B=41.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751542300.240.3300.10256.5860.3275.29
HexAF9AE618210A1013c4b
Octal257232346304101240174113
Binary10101111100110101110011011000100001010101000000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AE6; }

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

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

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

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

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

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

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

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