#A788D0

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

Shades of Biloba Flower #A788D0

Tints of Biloba Flower #A788D0

Color information

#A788D0 (or 0xA788D0) is unknown color: approx Biloba Flower. HEX triplet: A7, 88 and D0. RGB value is (167,136,208). Sum of RGB (Red+Green+Blue) = 167+136+208=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #A788D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788D0 is #58772F. Grayscale: #999999. Windows color (decimal): -5797680 or 13666471. OLE color: 13666471.

HSL color Cylindrical-coordinate representation of color #A788D0: hue angle of 265.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A788D0 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167136208-
CMYK0.200.3500.18
HSL265.83º43.37%67.45%-
HSV(B)265.83º34.62%81.57%-
XYZ36.1330.3863.63-
YUV153.48158.77137.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=32.68%
G=26.61%
B=40.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671362080.200.3500.18265.8343.3767.45
HexA788D0142301210a2b43
Octal247210320244302241253103
Binary101001111000100011010000101001000110100101000010101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A788D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A788D0; }

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

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

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

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

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

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

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

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