#A78BEE

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

Shades of Biloba Flower #A78BEE

Tints of Biloba Flower #A78BEE

Color information

#A78BEE (or 0xA78BEE) is unknown color: approx Biloba Flower. HEX triplet: A7, 8B and EE. RGB value is (167,139,238). Sum of RGB (Red+Green+Blue) = 167+139+238=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #A78BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78BEE is #587411. Grayscale: #9E9E9E. Windows color (decimal): -5796882 or 15633319. OLE color: 15633319.

HSL color Cylindrical-coordinate representation of color #A78BEE: hue angle of 256.97º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78BEE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167139238-
CMYK0.300.4200.07
HSL256.97º74.44%73.92%-
HSV(B)256.97º41.6%93.33%-
XYZ40.632.8585.09-
YUV158.66172.78133.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.70%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=30.70%
G=25.55%
B=43.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671392380.300.4200.07256.9774.4473.92
HexA78BEE1E2A071014a4a
Octal247213356365207401112112
Binary10100111100010111110111011110101010011110000000110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BEE; }

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

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

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

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

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

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

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

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