#AF89EB

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

Shades of Biloba Flower #AF89EB

Tints of Biloba Flower #AF89EB

Color information

#AF89EB (or 0xAF89EB) is unknown color: approx Biloba Flower. HEX triplet: AF, 89 and EB. RGB value is (175,137,235). Sum of RGB (Red+Green+Blue) = 175+137+235=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF89EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89EB is #507614. Grayscale: #9F9F9F. Windows color (decimal): -5273109 or 15436207. OLE color: 15436207.

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

Color convert

RGB175137235-
CMYK0.260.4200.08
HSL263.27º71.01%72.94%-
HSV(B)263.27º41.7%92.16%-
XYZ41.623382.77-
YUV159.53170.59139.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 137 (53.91% from 255) = 25.05%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=31.99%
G=25.05%
B=42.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751372350.260.4200.08263.2771.0172.94
HexAF89EB1A2A081074749
Octal2572113533252010407107111
Binary101011111000100111101011110101010100100010000011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89EB; }

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

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

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

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

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

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

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

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