#AF97EB

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

Shades of Biloba Flower #AF97EB

Tints of Biloba Flower #AF97EB

Color information

#AF97EB (or 0xAF97EB) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and EB. RGB value is (175,151,235). Sum of RGB (Red+Green+Blue) = 175+151+235=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF97EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF97EB is #506814. Grayscale: #A7A7A7. Windows color (decimal): -5269525 or 15439791. OLE color: 15439791.

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

Color convert

RGB175151235-
CMYK0.260.3600.08
HSL257.14º67.74%75.69%-
HSV(B)257.14º35.74%92.16%-
XYZ43.7437.2583.48-
YUV167.75165.95133.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=31.19%
G=26.92%
B=41.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751512350.260.3600.08257.1467.7475.69
HexAF97EB1A2408101444c
Octal2572273533244010401104114
Binary101011111001011111101011110101001000100010000000110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97EB; }

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

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

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

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

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

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

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

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