#AF89DA

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

Shades of Biloba Flower #AF89DA

Tints of Biloba Flower #AF89DA

Color information

#AF89DA (or 0xAF89DA) is unknown color: approx Biloba Flower. HEX triplet: AF, 89 and DA. RGB value is (175,137,218). Sum of RGB (Red+Green+Blue) = 175+137+218=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89DA is #507625. Grayscale: #9D9D9D. Windows color (decimal): -5273126 or 14322095. OLE color: 14322095.

HSL color Cylindrical-coordinate representation of color #AF89DA: hue angle of 268.15º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF89DA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175137218-
CMYK0.200.3700.15
HSL268.15º52.26%69.61%-
HSV(B)268.15º37.16%85.49%-
XYZ39.2832.0770.45-
YUV157.6162.09140.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=33.02%
G=25.85%
B=41.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751372180.200.3700.15268.1552.2669.61
HexAF89DA14250F10c3446
Octal257211332244501741464106
Binary10101111100010011101101010100100101011111000011001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89DA; }

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

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

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

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

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

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

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

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