#A78CF2

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

Shades of Biloba Flower #A78CF2

Tints of Biloba Flower #A78CF2

Color information

#A78CF2 (or 0xA78CF2) is unknown color: approx Biloba Flower. HEX triplet: A7, 8C and F2. RGB value is (167,140,242). Sum of RGB (Red+Green+Blue) = 167+140+242=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #A78CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CF2 is #58730D. Grayscale: #9F9F9F. Windows color (decimal): -5796622 or 15895719. OLE color: 15895719.

HSL color Cylindrical-coordinate representation of color #A78CF2: hue angle of 255.88º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78CF2 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167140242-
CMYK0.310.4200.05
HSL255.88º79.69%74.9%-
HSV(B)255.88º42.15%94.9%-
XYZ41.3433.3888.27-
YUV159.7174.45133.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.42%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 242 (94.92% from 255) = 44.08%
R=30.42%
G=25.50%
B=44.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671402420.310.4200.05255.8879.6974.9
HexA78CF21F2A05100504b
Octal247214362375205400120113
Binary10100111100011001111001011111101010010110000000010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CF2; }

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

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

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

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

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

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

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

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