#A78AEB

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

Shades of Biloba Flower #A78AEB

Tints of Biloba Flower #A78AEB

Color information

#A78AEB (or 0xA78AEB) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and EB. RGB value is (167,138,235). Sum of RGB (Red+Green+Blue) = 167+138+235=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #A78AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AEB is #587514. Grayscale: #9D9D9D. Windows color (decimal): -5797141 or 15436455. OLE color: 15436455.

HSL color Cylindrical-coordinate representation of color #A78AEB: hue angle of 257.94º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A78AEB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167138235-
CMYK0.290.4100.08
HSL257.94º70.8%73.14%-
HSV(B)257.94º41.28%92.16%-
XYZ40.0232.3982.74-
YUV157.73171.61134.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=30.93%
G=25.56%
B=43.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671382350.290.4100.08257.9470.873.14
HexA78AEB1D29081024749
Octal2472123533551010402107111
Binary101001111000101011101011111011010010100010000001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78AEB; }

 p { color: rgb(167,138,235); }

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

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

 a { background-color: rgb(167,138,235); }

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

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

 span { border-color: rgb(167,138,235); }

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