#A78FF0

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

Shades of Biloba Flower #A78FF0

Tints of Biloba Flower #A78FF0

Color information

#A78FF0 (or 0xA78FF0) is unknown color: approx Biloba Flower. HEX triplet: A7, 8F and F0. RGB value is (167,143,240). Sum of RGB (Red+Green+Blue) = 167+143+240=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #A78FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78FF0 is #58700F. Grayscale: #A0A0A0. Windows color (decimal): -5795856 or 15765415. OLE color: 15765415.

HSL color Cylindrical-coordinate representation of color #A78FF0: hue angle of 254.85º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78FF0 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167143240-
CMYK0.300.4000.06
HSL254.85º76.38%75.1%-
HSV(B)254.85º40.42%94.12%-
XYZ41.4934.1586.84-
YUV161.23172.45132.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.36%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=30.36%
G=26%
B=43.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1671432400.300.4000.06254.8576.3875.1
HexA78FF01E2806ff4c4b
Octal247217360365006377114113
Binary1010011110001111111100001111010100001101111111110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FF0; }

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

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

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

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

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

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

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

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