#af96f8

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

Shades of Biloba Flower #AF96F8

Tints of Biloba Flower #AF96F8

Color information

#AF96F8 (or 0xAF96F8) is unknown color: approx Biloba Flower. HEX triplet: AF, 96 and F8. RGB value is (175,150,248). Sum of RGB (Red+Green+Blue) = 175+150+248=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF96F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF96F8 is #506907. Grayscale: #A8A8A8. Windows color (decimal): -5269768 or 16291503. OLE color: 16291503.

HSL color Cylindrical-coordinate representation of color #AF96F8: hue angle of 255.31º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF96F8 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175150248-
CMYK0.290.4000.03
HSL255.31º87.5%78.04%-
HSV(B)255.31º39.52%97.25%-
XYZ45.5337.793.68-
YUV168.65172.78132.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 248 (97.27% from 255) = 43.28%
R=30.54%
G=26.18%
B=43.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751502480.290.4000.03255.3187.578.04
HexAF96F81D2803ff584e
Octal257226370355003377130116
Binary101011111001011011111000111011010000111111111110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af96f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af96f8; }

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

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

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

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

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

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

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

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