#A78BE4

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

Shades of Biloba Flower #A78BE4

Tints of Biloba Flower #A78BE4

Color information

#A78BE4 (or 0xA78BE4) is unknown color: approx Biloba Flower. HEX triplet: A7, 8B and E4. RGB value is (167,139,228). Sum of RGB (Red+Green+Blue) = 167+139+228=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #A78BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BE4 is #58741B. Grayscale: #9D9D9D. Windows color (decimal): -5796892 or 14977959. OLE color: 14977959.

HSL color Cylindrical-coordinate representation of color #A78BE4: hue angle of 258.88º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A78BE4 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167139228-
CMYK0.270.3900.11
HSL258.88º62.24%71.96%-
HSV(B)258.88º39.04%89.41%-
XYZ39.1732.2877.57-
YUV157.52167.78134.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 139 (54.69% from 255) = 26.03%
BLUE value IS 228 (89.45% from 255) = 42.70%
R=31.27%
G=26.03%
B=42.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671392280.270.3900.11258.8862.2471.96
HexA78BE41B270B1033e48
Octal247213344334701340376110
Binary10100111100010111110010011011100111010111000000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BE4; }

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

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

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

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

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

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

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

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