#A78EED

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

Shades of Biloba Flower #A78EED

Tints of Biloba Flower #A78EED

Color information

#A78EED (or 0xA78EED) is unknown color: approx Biloba Flower. HEX triplet: A7, 8E and ED. RGB value is (167,142,237). Sum of RGB (Red+Green+Blue) = 167+142+237=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #A78EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78EED is #587112. Grayscale: #9F9F9F. Windows color (decimal): -5796115 or 15568551. OLE color: 15568551.

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

Color convert

RGB167142237-
CMYK0.300.4000.07
HSL255.79º72.52%74.31%-
HSV(B)255.79º40.08%92.94%-
XYZ40.933.6884.47-
YUV160.3171.28132.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.59%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=30.59%
G=26.01%
B=43.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671422370.300.4000.07255.7972.5274.31
HexA78EED1E2807100494a
Octal247216355365007400111112
Binary10100111100011101110110111110101000011110000000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78EED; }

 p { color: rgb(167,142,237); }

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

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

 a { background-color: rgb(167,142,237); }

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

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

 span { border-color: rgb(167,142,237); }

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