#A78BD4

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

Shades of Biloba Flower #A78BD4

Tints of Biloba Flower #A78BD4

Color information

#A78BD4 (or 0xA78BD4) is unknown color: approx Biloba Flower. HEX triplet: A7, 8B and D4. RGB value is (167,139,212). Sum of RGB (Red+Green+Blue) = 167+139+212=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #A78BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BD4 is #58742B. Grayscale: #9B9B9B. Windows color (decimal): -5796908 or 13929383. OLE color: 13929383.

HSL color Cylindrical-coordinate representation of color #A78BD4: hue angle of 263.01º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A78BD4 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167139212-
CMYK0.210.3400.17
HSL263.01º45.91%68.82%-
HSV(B)263.01º34.43%83.14%-
XYZ37.0531.4366.4-
YUV155.69159.78136.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 212 (83.20% from 255) = 40.93%
R=32.24%
G=26.83%
B=40.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671392120.210.3400.17263.0145.9168.82
HexA78BD415220111072e45
Octal247213324254202140756105
Binary101001111000101111010100101011000100100011000001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BD4; }

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

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

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

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

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

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

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

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