#A78FF9

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

Shades of Biloba Flower #A78FF9

Tints of Biloba Flower #A78FF9

Color information

#A78FF9 (or 0xA78FF9) is unknown color: approx Biloba Flower. HEX triplet: A7, 8F and F9. RGB value is (167,143,249). Sum of RGB (Red+Green+Blue) = 167+143+249=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #A78FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78FF9 is #587006. Grayscale: #A1A1A1. Windows color (decimal): -5795847 or 16355239. OLE color: 16355239.

HSL color Cylindrical-coordinate representation of color #A78FF9: hue angle of 253.58º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A78FF9 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167143249-
CMYK0.330.4300.02
HSL253.58º89.83%76.86%-
HSV(B)253.58º42.57%97.65%-
XYZ42.8634.794.06-
YUV162.26176.95131.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=29.87%
G=25.58%
B=44.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671432490.330.4300.02253.5889.8376.86
HexA78FF9212B02fe5a4d
Octal247217371415302376132115
Binary1010011110001111111110011000011010110101111111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FF9; }

 p { color: rgb(167,143,249); }

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

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

 a { background-color: rgb(167,143,249); }

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

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

 span { border-color: rgb(167,143,249); }

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