#A78FDB

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

Shades of Biloba Flower #A78FDB

Tints of Biloba Flower #A78FDB

Color information

#A78FDB (or 0xA78FDB) is unknown color: approx Biloba Flower. HEX triplet: A7, 8F and DB. RGB value is (167,143,219). Sum of RGB (Red+Green+Blue) = 167+143+219=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #A78FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FDB is #587024. Grayscale: #9E9E9E. Windows color (decimal): -5795877 or 14389159. OLE color: 14389159.

HSL color Cylindrical-coordinate representation of color #A78FDB: hue angle of 258.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A78FDB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167143219-
CMYK0.240.3500.14
HSL258.95º51.35%70.98%-
HSV(B)258.95º34.7%85.88%-
XYZ38.5432.9771.35-
YUV158.84161.95133.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=31.57%
G=27.03%
B=41.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671432190.240.3500.14258.9551.3570.98
HexA78FDB18230E1033347
Octal247217333304301640363107
Binary10100111100011111101101111000100011011101000000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FDB; }

 p { color: rgb(167,143,219); }

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

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

 a { background-color: rgb(167,143,219); }

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

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

 span { border-color: rgb(167,143,219); }

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