#AF99F6

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

Shades of Biloba Flower #AF99F6

Tints of Biloba Flower #AF99F6

Color information

#AF99F6 (or 0xAF99F6) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and F6. RGB value is (175,153,246). Sum of RGB (Red+Green+Blue) = 175+153+246=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF99F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99F6 is #506609. Grayscale: #A9A9A9. Windows color (decimal): -5269002 or 16161199. OLE color: 16161199.

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

Color convert

RGB175153246-
CMYK0.290.3800.04
HSL254.19º83.78%78.24%-
HSV(B)254.19º37.8%96.47%-
XYZ45.738.5592.22-
YUV170.18170.79131.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 246 (96.48% from 255) = 42.86%
R=30.49%
G=26.66%
B=42.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751532460.290.3800.04254.1983.7878.24
HexAF99F61D2604fe544e
Octal257231366354604376124116
Binary1010111110011001111101101110110011001001111111010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99F6; }

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

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

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

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

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

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

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

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