#A78BDD

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

Shades of Biloba Flower #A78BDD

Tints of Biloba Flower #A78BDD

Color information

#A78BDD (or 0xA78BDD) is unknown color: approx Biloba Flower. HEX triplet: A7, 8B and DD. RGB value is (167,139,221). Sum of RGB (Red+Green+Blue) = 167+139+221=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A78BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BDD is #587422. Grayscale: #9C9C9C. Windows color (decimal): -5796899 or 14519207. OLE color: 14519207.

HSL color Cylindrical-coordinate representation of color #A78BDD: hue angle of 260.49º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A78BDD is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167139221-
CMYK0.240.3700.13
HSL260.49º54.67%70.59%-
HSV(B)260.49º37.1%86.67%-
XYZ38.2231.972.55-
YUV156.72164.28135.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=31.69%
G=26.38%
B=41.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671392210.240.3700.13260.4954.6770.59
HexA78BDD18250D1043747
Octal247213335304501540467107
Binary10100111100010111101110111000100101011011000001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BDD; }

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

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

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

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

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

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

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

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