#AF88DD

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

Shades of Biloba Flower #AF88DD

Tints of Biloba Flower #AF88DD

Color information

#AF88DD (or 0xAF88DD) is unknown color: approx Biloba Flower. HEX triplet: AF, 88 and DD. RGB value is (175,136,221). Sum of RGB (Red+Green+Blue) = 175+136+221=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88DD is #507722. Grayscale: #9D9D9D. Windows color (decimal): -5273379 or 14518447. OLE color: 14518447.

HSL color Cylindrical-coordinate representation of color #AF88DD: hue angle of 267.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF88DD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175136221-
CMYK0.210.3800.13
HSL267.53º55.56%70%-
HSV(B)267.53º38.46%86.67%-
XYZ39.5331.9472.49-
YUV157.35163.92140.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=32.89%
G=25.56%
B=41.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751362210.210.3800.13267.5355.5670
HexAF88DD15260D10c3846
Octal257210335254601541470106
Binary10101111100010001101110110101100110011011000011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88DD; }

 p { color: rgb(175,136,221); }

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

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

 a { background-color: rgb(175,136,221); }

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

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

 span { border-color: rgb(175,136,221); }

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