#AF99EB

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

Shades of Biloba Flower #AF99EB

Tints of Biloba Flower #AF99EB

Color information

#AF99EB (or 0xAF99EB) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and EB. RGB value is (175,153,235). Sum of RGB (Red+Green+Blue) = 175+153+235=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF99EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99EB is #506614. Grayscale: #A8A8A8. Windows color (decimal): -5269013 or 15440303. OLE color: 15440303.

HSL color Cylindrical-coordinate representation of color #AF99EB: hue angle of 256.1º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF99EB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175153235-
CMYK0.260.3500.08
HSL256.1º67.21%76.08%-
HSV(B)256.1º34.89%92.16%-
XYZ44.0737.8983.59-
YUV168.93165.29132.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=31.08%
G=27.18%
B=41.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751532350.260.3500.08256.167.2176.08
HexAF99EB1A2308100434c
Octal2572313533243010400103114
Binary101011111001100111101011110101000110100010000000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99EB; }

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

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

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

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

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

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

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

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