#AF89D6

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

Shades of Biloba Flower #AF89D6

Tints of Biloba Flower #AF89D6

Color information

#AF89D6 (or 0xAF89D6) is unknown color: approx Biloba Flower. HEX triplet: AF, 89 and D6. RGB value is (175,137,214). Sum of RGB (Red+Green+Blue) = 175+137+214=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF89D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89D6 is #507629. Grayscale: #9C9C9C. Windows color (decimal): -5273130 or 14059951. OLE color: 14059951.

HSL color Cylindrical-coordinate representation of color #AF89D6: hue angle of 269.61º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF89D6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175137214-
CMYK0.180.3600.16
HSL269.61º48.43%68.82%-
HSV(B)269.61º35.98%83.92%-
XYZ38.7631.8667.72-
YUV157.14160.09140.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=33.27%
G=26.05%
B=40.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751372140.180.3600.16269.6148.4368.82
HexAF89D6122401010e3045
Octal257211326224402041660105
Binary101011111000100111010110100101001000100001000011101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89D6; }

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

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

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

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

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

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

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

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