#AF8DD0

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

Shades of Biloba Flower #AF8DD0

Tints of Biloba Flower #AF8DD0

Color information

#AF8DD0 (or 0xAF8DD0) is unknown color: approx Biloba Flower. HEX triplet: AF, 8D and D0. RGB value is (175,141,208). Sum of RGB (Red+Green+Blue) = 175+141+208=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DD0 is #50722F. Grayscale: #9E9E9E. Windows color (decimal): -5272112 or 13667759. OLE color: 13667759.

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

Color convert

RGB175141208-
CMYK0.160.3200.18
HSL270.45º41.61%68.43%-
HSV(B)270.45º32.21%81.57%-
XYZ38.5932.7263.96-
YUV158.8155.76139.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=33.40%
G=26.91%
B=39.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751412080.160.3200.18270.4541.6168.43
HexAF8DD0102001210e2a44
Octal257215320204002241652104
Binary101011111000110111010000100001000000100101000011101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DD0; }

 p { color: rgb(175,141,208); }

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

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

 a { background-color: rgb(175,141,208); }

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

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

 span { border-color: rgb(175,141,208); }

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