#AF88DB

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

Shades of Biloba Flower #AF88DB

Tints of Biloba Flower #AF88DB

Color information

#AF88DB (or 0xAF88DB) is unknown color: approx Biloba Flower. HEX triplet: AF, 88 and DB. RGB value is (175,136,219). Sum of RGB (Red+Green+Blue) = 175+136+219=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88DB is #507724. Grayscale: #9C9C9C. Windows color (decimal): -5273381 or 14387375. OLE color: 14387375.

HSL color Cylindrical-coordinate representation of color #AF88DB: hue angle of 268.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF88DB is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175136219-
CMYK0.200.3800.14
HSL268.19º53.55%69.61%-
HSV(B)268.19º37.9%85.88%-
XYZ39.2731.8471.09-
YUV157.12162.92140.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 136 (53.52% from 255) = 25.66%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=33.02%
G=25.66%
B=41.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751362190.200.3800.14268.1953.5569.61
HexAF88DB14260E10c3646
Octal257210333244601641466106
Binary10101111100010001101101110100100110011101000011001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88DB; }

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

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

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

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

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

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

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

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