#AF98E9

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

Shades of Biloba Flower #AF98E9

Tints of Biloba Flower #AF98E9

Color information

#AF98E9 (or 0xAF98E9) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and E9. RGB value is (175,152,233). Sum of RGB (Red+Green+Blue) = 175+152+233=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF98E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF98E9 is #506716. Grayscale: #A7A7A7. Windows color (decimal): -5269271 or 15308975. OLE color: 15308975.

HSL color Cylindrical-coordinate representation of color #AF98E9: hue angle of 257.04º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF98E9 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175152233-
CMYK0.250.3500.09
HSL257.04º64.8%75.49%-
HSV(B)257.04º34.76%91.37%-
XYZ43.6237.4582.02-
YUV168.11164.62132.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 233 (91.41% from 255) = 41.61%
R=31.25%
G=27.14%
B=41.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751522330.250.3500.09257.0464.875.49
HexAF98E9192309101414b
Octal2572303513143011401101113
Binary101011111001100011101001110011000110100110000000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98E9; }

 p { color: rgb(175,152,233); }

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

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

 a { background-color: rgb(175,152,233); }

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

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

 span { border-color: rgb(175,152,233); }

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