#A78FD8

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

Shades of Biloba Flower #A78FD8

Tints of Biloba Flower #A78FD8

Color information

#A78FD8 (or 0xA78FD8) is unknown color: approx Biloba Flower. HEX triplet: A7, 8F and D8. RGB value is (167,143,216). Sum of RGB (Red+Green+Blue) = 167+143+216=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #A78FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FD8 is #587027. Grayscale: #9E9E9E. Windows color (decimal): -5795880 or 14192551. OLE color: 14192551.

HSL color Cylindrical-coordinate representation of color #A78FD8: hue angle of 259.73º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A78FD8 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167143216-
CMYK0.230.3400.15
HSL259.73º48.34%70.39%-
HSV(B)259.73º33.8%84.71%-
XYZ38.1532.8269.29-
YUV158.5160.45134.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=31.75%
G=27.19%
B=41.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671432160.230.3400.15259.7348.3470.39
HexA78FD817220F1043046
Octal247217330274201740460106
Binary10100111100011111101100010111100010011111000001001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FD8; }

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

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

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

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

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

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

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

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