#A78DFB

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

Shades of Biloba Flower #A78DFB

Tints of Biloba Flower #A78DFB

Color information

#A78DFB (or 0xA78DFB) is unknown color: approx Biloba Flower. HEX triplet: A7, 8D and FB. RGB value is (167,141,251). Sum of RGB (Red+Green+Blue) = 167+141+251=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #A78DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DFB is #587204. Grayscale: #A0A0A0. Windows color (decimal): -5796357 or 16485799. OLE color: 16485799.

HSL color Cylindrical-coordinate representation of color #A78DFB: hue angle of 254.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A78DFB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167141251-
CMYK0.330.4400.02
HSL254.18º93.22%76.86%-
HSV(B)254.18º43.82%98.43%-
XYZ42.8734.2395.61-
YUV161.31178.61132.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=29.87%
G=25.22%
B=44.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671412510.330.4400.02254.1893.2276.86
HexA78DFB212C02fe5d4d
Octal247215373415402376135115
Binary1010011110001101111110111000011011000101111111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DFB; }

 p { color: rgb(167,141,251); }

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

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

 a { background-color: rgb(167,141,251); }

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

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

 span { border-color: rgb(167,141,251); }

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