#A788D4

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

Shades of Biloba Flower #A788D4

Tints of Biloba Flower #A788D4

Color information

#A788D4 (or 0xA788D4) is unknown color: approx Biloba Flower. HEX triplet: A7, 88 and D4. RGB value is (167,136,212). Sum of RGB (Red+Green+Blue) = 167+136+212=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #A788D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788D4 is #58772B. Grayscale: #999999. Windows color (decimal): -5797676 or 13928615. OLE color: 13928615.

HSL color Cylindrical-coordinate representation of color #A788D4: hue angle of 264.47º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A788D4 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167136212-
CMYK0.210.3600.17
HSL264.47º46.91%68.24%-
HSV(B)264.47º35.85%83.14%-
XYZ36.6230.5866.26-
YUV153.93160.77137.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=32.43%
G=26.41%
B=41.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671362120.210.3600.17264.4746.9168.24
HexA788D415240111082f44
Octal247210324254402141057104
Binary101001111000100011010100101011001000100011000010001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A788D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A788D4; }

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

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

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

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

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

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

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

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