#AF89EA

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

Shades of Biloba Flower #AF89EA

Tints of Biloba Flower #AF89EA

Color information

#AF89EA (or 0xAF89EA) is unknown color: approx Biloba Flower. HEX triplet: AF, 89 and EA. RGB value is (175,137,234). Sum of RGB (Red+Green+Blue) = 175+137+234=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89EA is #507615. Grayscale: #9F9F9F. Windows color (decimal): -5273110 or 15370671. OLE color: 15370671.

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

Color convert

RGB175137234-
CMYK0.250.4100.08
HSL263.51º69.78%72.75%-
HSV(B)263.51º41.45%91.76%-
XYZ41.4832.9582.02-
YUV159.42170.09139.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=32.05%
G=25.09%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751372340.250.4100.08263.5169.7872.75
HexAF89EA1929081084649
Octal2572113523151010410106111
Binary101011111000100111101010110011010010100010000100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89EA; }

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

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

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

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

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

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

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

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