#A78DF3

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

Shades of Biloba Flower #A78DF3

Tints of Biloba Flower #A78DF3

Color information

#A78DF3 (or 0xA78DF3) is unknown color: approx Biloba Flower. HEX triplet: A7, 8D and F3. RGB value is (167,141,243). Sum of RGB (Red+Green+Blue) = 167+141+243=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #A78DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DF3 is #58720C. Grayscale: #A0A0A0. Windows color (decimal): -5796365 or 15961511. OLE color: 15961511.

HSL color Cylindrical-coordinate representation of color #A78DF3: hue angle of 255.29º degrees, saturation: 0.81, 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 #A78DF3 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167141243-
CMYK0.310.4200.05
HSL255.29º80.95%75.29%-
HSV(B)255.29º41.98%95.29%-
XYZ41.6433.7489.11-
YUV160.4174.61132.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.31%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=30.31%
G=25.59%
B=44.10%

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
Decimal1671412430.310.4200.05255.2980.9575.29
HexA78DF31F2A05ff514b
Octal247215363375205377121113
Binary1010011110001101111100111111110101001011111111110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DF3; }

 p { color: rgb(167,141,243); }

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

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

 a { background-color: rgb(167,141,243); }

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

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

 span { border-color: rgb(167,141,243); }

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