#A788DD

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

Shades of Biloba Flower #A788DD

Tints of Biloba Flower #A788DD

Color information

#A788DD (or 0xA788DD) is unknown color: approx Biloba Flower. HEX triplet: A7, 88 and DD. RGB value is (167,136,221). Sum of RGB (Red+Green+Blue) = 167+136+221=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A788DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788DD is #587722. Grayscale: #9A9A9A. Windows color (decimal): -5797667 or 14518439. OLE color: 14518439.

HSL color Cylindrical-coordinate representation of color #A788DD: hue angle of 261.88º 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 #A788DD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167136221-
CMYK0.240.3800.13
HSL261.88º55.56%70%-
HSV(B)261.88º38.46%86.67%-
XYZ37.7931.0472.41-
YUV154.96165.27136.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=31.87%
G=25.95%
B=42.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671362210.240.3800.13261.8855.5670
HexA788DD18260D1063846
Octal247210335304601540670106
Binary10100111100010001101110111000100110011011000001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A788DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A788DD; }

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

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

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

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

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

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

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

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