#AF89D1

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

Shades of Biloba Flower #AF89D1

Tints of Biloba Flower #AF89D1

Color information

#AF89D1 (or 0xAF89D1) is unknown color: approx Biloba Flower. HEX triplet: AF, 89 and D1. RGB value is (175,137,209). Sum of RGB (Red+Green+Blue) = 175+137+209=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF89D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89D1 is #50762E. Grayscale: #9C9C9C. Windows color (decimal): -5273135 or 13732271. OLE color: 13732271.

HSL color Cylindrical-coordinate representation of color #AF89D1: hue angle of 271.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF89D1 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175137209-
CMYK0.160.3400.18
HSL271.67º43.9%67.84%-
HSV(B)271.67º34.45%81.96%-
XYZ38.1331.6164.41-
YUV156.57157.59141.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=33.59%
G=26.30%
B=40.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751372090.160.3400.18271.6743.967.84
HexAF89D110220121102c44
Octal257211321204202242054104
Binary101011111000100111010001100001000100100101000100001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89D1; }

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

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

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

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

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

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

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

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