#AF9EF6

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

Shades of Biloba Flower #AF9EF6

Tints of Biloba Flower #AF9EF6

Color information

#AF9EF6 (or 0xAF9EF6) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and F6. RGB value is (175,158,246). Sum of RGB (Red+Green+Blue) = 175+158+246=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF9EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EF6 is #506109. Grayscale: #ACACAC. Windows color (decimal): -5267722 or 16162479. OLE color: 16162479.

HSL color Cylindrical-coordinate representation of color #AF9EF6: hue angle of 251.59º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF9EF6 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175158246-
CMYK0.290.3600.04
HSL251.59º83.02%79.22%-
HSV(B)251.59º35.77%96.47%-
XYZ46.5440.2292.5-
YUV173.12169.13129.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 246 (96.48% from 255) = 42.49%
R=30.22%
G=27.29%
B=42.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751582460.290.3600.04251.5983.0279.22
HexAF9EF61D2404fc534f
Octal257236366354404374123117
Binary1010111110011110111101101110110010001001111110010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EF6; }

 p { color: rgb(175,158,246); }

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

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

 a { background-color: rgb(175,158,246); }

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

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

 span { border-color: rgb(175,158,246); }

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