#A78CE1

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

Shades of Biloba Flower #A78CE1

Tints of Biloba Flower #A78CE1

Color information

#A78CE1 (or 0xA78CE1) is unknown color: approx Biloba Flower. HEX triplet: A7, 8C and E1. RGB value is (167,140,225). Sum of RGB (Red+Green+Blue) = 167+140+225=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #A78CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CE1 is #58731E. Grayscale: #9D9D9D. Windows color (decimal): -5796639 or 14781607. OLE color: 14781607.

HSL color Cylindrical-coordinate representation of color #A78CE1: hue angle of 259.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A78CE1 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167140225-
CMYK0.260.3800.12
HSL259.06º58.62%71.57%-
HSV(B)259.06º37.78%88.24%-
XYZ38.9132.4175.44-
YUV157.76165.95134.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=31.39%
G=26.32%
B=42.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671402250.260.3800.12259.0658.6271.57
HexA78CE11A260C1033b48
Octal247214341324601440373110
Binary10100111100011001110000111010100110011001000000111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CE1; }

 p { color: rgb(167,140,225); }

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

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

 a { background-color: rgb(167,140,225); }

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

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

 span { border-color: rgb(167,140,225); }

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