#AF96F9

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

Shades of Biloba Flower #AF96F9

Tints of Biloba Flower #AF96F9

Color information

#AF96F9 (or 0xAF96F9) is unknown color: approx Biloba Flower. HEX triplet: AF, 96 and F9. RGB value is (175,150,249). Sum of RGB (Red+Green+Blue) = 175+150+249=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF96F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF96F9 is #506906. Grayscale: #A8A8A8. Windows color (decimal): -5269767 or 16357039. OLE color: 16357039.

HSL color Cylindrical-coordinate representation of color #AF96F9: hue angle of 255.15º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF96F9 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175150249-
CMYK0.300.4000.02
HSL255.15º89.19%78.24%-
HSV(B)255.15º39.76%97.65%-
XYZ45.6837.7794.5-
YUV168.76173.28132.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=30.49%
G=26.13%
B=43.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751502490.300.4000.02255.1589.1978.24
HexAF96F91E2802ff594e
Octal257226371365002377131116
Binary101011111001011011111001111101010000101111111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96F9; }

 p { color: rgb(175,150,249); }

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

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

 a { background-color: rgb(175,150,249); }

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

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

 span { border-color: rgb(175,150,249); }

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