#A78BFA

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

Shades of Biloba Flower #A78BFA

Tints of Biloba Flower #A78BFA

Color information

#A78BFA (or 0xA78BFA) is unknown color: approx Biloba Flower. HEX triplet: A7, 8B and FA. RGB value is (167,139,250). Sum of RGB (Red+Green+Blue) = 167+139+250=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #A78BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78BFA is #587405. Grayscale: #9F9F9F. Windows color (decimal): -5796870 or 16419751. OLE color: 16419751.

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

Color convert

RGB167139250-
CMYK0.330.4400.02
HSL255.14º91.74%76.27%-
HSV(B)255.14º44.4%98.04%-
XYZ42.4233.5894.69-
YUV160.03178.78132.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.04%
GREEN value IS 139 (54.69% from 255) = 25%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=30.04%
G=25%
B=44.96%

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
Decimal1671392500.330.4400.02255.1491.7476.27
HexA78BFA212C02ff5c4c
Octal247213372415402377134114
Binary1010011110001011111110101000011011000101111111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BFA; }

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

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

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

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

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

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

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

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