#A78AE4

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

Shades of Biloba Flower #A78AE4

Tints of Biloba Flower #A78AE4

Color information

#A78AE4 (or 0xA78AE4) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and E4. RGB value is (167,138,228). Sum of RGB (Red+Green+Blue) = 167+138+228=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #A78AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AE4 is #58751B. Grayscale: #9C9C9C. Windows color (decimal): -5797148 or 14977703. OLE color: 14977703.

HSL color Cylindrical-coordinate representation of color #A78AE4: hue angle of 259.33º 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 #A78AE4 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167138228-
CMYK0.270.3900.11
HSL259.33º62.5%71.76%-
HSV(B)259.33º39.47%89.41%-
XYZ39.0331.9977.52-
YUV156.93168.11135.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 228 (89.45% from 255) = 42.78%
R=31.33%
G=25.89%
B=42.78%

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
Decimal1671382280.270.3900.11259.3362.571.76
HexA78AE41B270B1033e48
Octal247212344334701340376110
Binary10100111100010101110010011011100111010111000000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78AE4; }

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

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

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

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

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

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

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

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