#A78BD7

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

Shades of Biloba Flower #A78BD7

Tints of Biloba Flower #A78BD7

Color information

#A78BD7 (or 0xA78BD7) is unknown color: approx Biloba Flower. HEX triplet: A7, 8B and D7. RGB value is (167,139,215). Sum of RGB (Red+Green+Blue) = 167+139+215=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #A78BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BD7 is #587428. Grayscale: #9B9B9B. Windows color (decimal): -5796905 or 14125991. OLE color: 14125991.

HSL color Cylindrical-coordinate representation of color #A78BD7: hue angle of 262.11º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A78BD7 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167139215-
CMYK0.220.3500.16
HSL262.11º48.72%69.41%-
HSV(B)262.11º35.35%84.31%-
XYZ37.4331.5968.41-
YUV156.04161.28135.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=32.05%
G=26.68%
B=41.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671392150.220.3500.16262.1148.7269.41
HexA78BD716230101063145
Octal247213327264302040661105
Binary101001111000101111010111101101000110100001000001101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BD7; }

 p { color: rgb(167,139,215); }

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

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

 a { background-color: rgb(167,139,215); }

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

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

 span { border-color: rgb(167,139,215); }

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